Tell us what’s happening:
I have completed the issue tracker project in Replit. All of the 14 tests pass when I run the code. When I submitt the code to fcc one of the test fails.
The test which fails is :
You can send a `PUT` request to `/api/issues/{projectname}` with an `_id` and one or more fields to update. On success, the `updated_on` field should be updated, and returned should be `{ result: 'successfully updated', '_id': _id }` .
Folowed after that by:
// console output
[Error: expected 1710058818000 to be above 1710058818000]
[Error: At least one assertion per test: expected +0 to be at least 1]
I have not pushed the repl back to github so github is not the same as the repl and also github reject my attempts to push from Replit.
Some help with how I can get test to pass would be appreciated.
###Your project link(s)
githubLink: GitHub - PetrosaMan/project-issuetracker: Tracks changes to project issues
code: issue-tracker - Replit
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36
Challenge Information:
Quality Assurance Projects - Issue Tracker