You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yep, the tests fail despite the timestamps having a ISO-8601 format.
I've opened a PR to improve the tests gothinkster/realworld#260, with these changes the tests do pass. Previously, they were just converting them to JS Date and back using toISOString, but that removes the extra precision and hence don't match the originals.
Thanks for the explaination. just realized that ISO-8601 can represent datetime with arbitrary precision. The one generated by your system is totally valid in terms of ISO-8601 format.
running Api provided run-api-tests.sh script and got AssertionError for the date format.
I guess this is the related aeson issue: haskell/aeson#620
The text was updated successfully, but these errors were encountered: