Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
fixing the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
angelip2303 committed May 3, 2022
1 parent c976b38 commit 18c5727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion restapi/tests/orders.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,6 @@ describe("orders", () => {
const response: Response = await request(app)
.get("/orders/findByOrderCode/c34sfff0-389d-4bee-a3f5-37dd90a5e101")
.set("token", "test");
expect(response.statusCode).toBe(409);
expect(response.statusCode).toBe(200);
});
});

0 comments on commit 18c5727

Please sign in to comment.