Skip to content

Commit

Permalink
test: fix a case where it still expected an event
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarranzav committed Sep 6, 2023
1 parent c090c63 commit abe55a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/staking/allocation.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ describe('Staking:Allocation', () => {
})

it('should collect zero tokens', async function () {
await shouldCollect(toGRT('0'))
await shouldCollect(toGRT('0'), { expectEvent: false })
})

it('should allow multiple collections on the same allocation', async function () {
Expand Down

0 comments on commit abe55a1

Please sign in to comment.