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:
Simon Kornblith 2015-06-07 18:52:31 -04:00
parent 70f021f945
commit 900a957318
2 changed files with 35 additions and 35 deletions

View file

@ -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,