Put a Z at the end of the accessDates in generateAllTypesAndFieldsData
Doesn't actually make a difference to the tests, but it's more correct
This commit is contained in:
parent
70f021f945
commit
900a957318
2 changed files with 35 additions and 35 deletions
|
@ -411,7 +411,7 @@ function generateAllTypesAndFieldsData() {
|
|||
let specialValues = {
|
||||
date: '1999-12-31',
|
||||
filingDate: '2000-01-02',
|
||||
accessDate: '1997-06-13T23:59:58',
|
||||
accessDate: '1997-06-13T23:59:58Z',
|
||||
number: 3,
|
||||
numPages: 4,
|
||||
issue: 5,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue