Skip to content

Commit

Permalink
test8
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Lefebvre committed Oct 17, 2023
1 parent 5c12f7c commit 3a92e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ describe('Supply page (/supply)', () => {

const json = await res.json() as { message: string };

console.log(res.status, json.message)
console.log(res, json.message)
expect(res.status === 200 || json.message === "Contract data not available").toBe(true);

Check failure on line 29 in test/index.spec.ts

View workflow job for this annotation

GitHub Actions / bun-test

error: expect(received).toBe(expected)

Expected: true Received: false at /home/runner/work/substreams-erc20-api/substreams-erc20-api/test/index.spec.ts:29:8
});

Expand Down

0 comments on commit 3a92e0b

Please sign in to comment.