Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
modship committed Oct 28, 2024
1 parent 9570f65 commit 9b9df1b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion assembly/__tests__/deferredCall.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ describe('Deferred call test (vm mock)', () => {
deferredCallCancel('dummy');
});
it('quote', () => {
expect(deferredCallQuote(new Slot(123, 22), 123_456_789)).toBe(123456789);
expect(deferredCallQuote(new Slot(123, 22), 123_456_789, 0)).toBe(
123456789,
);
});
it('register', () => {
expect(
Expand Down

0 comments on commit 9b9df1b

Please sign in to comment.