Skip to content

Commit d94a2fa

Browse files
authored
chore: deduplicate zero-collection test
Removed test case for collecting zero tokens.
1 parent 7ad4e8b commit d94a2fa

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/contracts-test/tests/unit/staking/allocation.test.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -765,10 +765,6 @@ describe('Staking:Allocation', () => {
765765
expect(thirdRebates.queryFeesBurnt).gt(BigNumber.from(0))
766766
})
767767

768-
it('should collect zero tokens', async function () {
769-
await shouldCollect(toGRT('0'), { expectEvent: false })
770-
})
771-
772768
it('should get stuck under-rebated if alpha is changed to zero', async function () {
773769
// Set up a new allocation with `tokensToAllocate` staked
774770
await staking.connect(indexer).stake(tokensToStake)

0 commit comments

Comments
 (0)