I pass the test successfully (by running $ codecrafters test), but then it continues and runs the next one.
As you can see in the screenshot below.
But in the site, it still says that the Tests failed.
@DimitrisCharisis Our tester tests every stage you’ve attempted, even those completed earlier, to prevent regression. The default test order looks like this:
- Run tests against the current stage;
- Run tests against all earlier stages.
What you’re seeing in the screenshot is that after your code passed Fetch with no topics #dh6, the tester proceeded to test an earlier stage, Include Fetch in APIVersions #gs0.
It’s common for changes that pass the latest stage to break earlier ones. I’d recommend checking the error messages, and trying to fix the issue for Include Fetch in APIVersions #gs0.
1 Like
Closing this thread due to inactivity. If you still need assistance, feel free to reopen or start a new discussion!
This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.

