Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zjb0807 committed Apr 30, 2024
1 parent d7f9268 commit 7645ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts-tests/tests/test-evm-call-fill-block.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ describeWithAcala("Acala RPC (EVM call fill block)", (context) => {

const evmCreateEvents = events.events.filter((item) => context.provider.api.events.evm.Executed.is(item.event));

expect(evmCreateEvents.length).to.equal(270);
expect(evmCreateEvents.length).to.closeTo(280, 10);
});
});

0 comments on commit 7645ee1

Please sign in to comment.