Skip to content

Commit

Permalink
chore: cause a test to fail to debug workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
EresDev committed Nov 5, 2024
1 parent 8551b59 commit 7bf7fba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/post-order.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ describe("Post order for a payment card", () => {
await waitOnExecutionContext(execContext);
expect(response.status).toBe(200);
expect(await response.json()).toEqual(orderCard18597);
expect(false).toBe(true);

Check failure on line 79 in tests/unit/post-order.test.ts

View workflow job for this annotation

GitHub Actions / testing

tests/unit/post-order.test.ts > Post order for a payment card > should post order on production with permit

AssertionError: expected false to be true // Object.is equality - Expected + Received - true + false ❯ tests/unit/post-order.test.ts:79:19
});

it("should return err for ordering card that is not best suited", async () => {
Expand Down

0 comments on commit 7bf7fba

Please sign in to comment.