Open
Description
When iterating through the tests folders here, there is a comment saying End early if it's wrong
followed by a break
, but this is actually the branch where the tests passed.
In practice, I think all the tasks have only one test folder, but if that's the case then the for loop should be removed, and if not then this break
should be put in the "test failed" branch.
Metadata
Metadata
Assignees
Labels
No labels