-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
help wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requestedrequirements:no changeThis code does not change the course requirementsThis code does not change the course requirements
Description
Our Current Phase 3 tests do not run correctly before the register and clear endpoints are run. This is because these two endpoints are called before each test. There is no assert statements in the before each that would point students to looking at this.
I've added an assert statement to the branch phase3-assert-beforeeach. It simply assumes the authToken is not null. If the authToken is null, the test will fail, with a message asking if the student implemented register and clear. This seems like it should be enough, but do we want to add more to this function?
hkamm123
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requestedrequirements:no changeThis code does not change the course requirementsThis code does not change the course requirements