Skip to content

Commit

Permalink
routes tests fixed relates >#
Browse files Browse the repository at this point in the history
18
  • Loading branch information
Simon Dupree committed Sep 13, 2018
1 parent c00dce9 commit 0c11466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/routes.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ describe("Test the dashboard page", () => {
describe("Test the challSelect page", () => {
test("Expecting a 200 status return", done => {
supertest(app)
.get("/challenge/")
.get("/challenges/:challenges/")
.then(response => {
expect(response.statusCode).toBe(200);
done();
Expand Down

0 comments on commit 0c11466

Please sign in to comment.