The testing is reporting an error for correct output

Tell us what’s happening:
This is for the exercise tracker. All tests pass except for the one that says log dates must be strings. But they are being returned as strings correctly, viz:

{
"_id": "61e78e9691906b9cae939867",
"username": "fcc_test_16425652706",
"count": 2,
"log": [
{
"description": "test",
"duration": 60,
"date": "Mon Jan 01 1990"
},
{
"description": "test",
"duration": 60,
"date": "Tue Jan 02 1990"
}
]
}

Your project link(s)

solution: https://replit.com/@johnmcgarvey/boilerplate-project-exercisetracker

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36

Challenge: Exercise Tracker

Link to the challenge:

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.