Skip to content

Commit

Permalink
test: strict eq
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelcr committed Jan 3, 2024
1 parent 13946ea commit 7f451bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/mempool-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1603,7 +1603,7 @@ describe('mempool tests', () => {
}
await db.updateMempoolTxs({ mempoolTxs });
const result = await supertest(api.server).get(`/extended/v2/mempool/fees`);
expect(result.body).toBe({
expect(result.body).toStrictEqual({
all: {
high_priority: 855000,
low_priority: 450000,
Expand Down

0 comments on commit 7f451bf

Please sign in to comment.