From d94a2facf160e43d9725fb8d01d45862a2aee4d3 Mon Sep 17 00:00:00 2001 From: Olexandr88 Date: Fri, 17 Apr 2026 18:12:12 +0300 Subject: [PATCH] chore: deduplicate zero-collection test Removed test case for collecting zero tokens. --- packages/contracts-test/tests/unit/staking/allocation.test.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/contracts-test/tests/unit/staking/allocation.test.ts b/packages/contracts-test/tests/unit/staking/allocation.test.ts index dd28aa73d..4d5f81b29 100644 --- a/packages/contracts-test/tests/unit/staking/allocation.test.ts +++ b/packages/contracts-test/tests/unit/staking/allocation.test.ts @@ -765,10 +765,6 @@ describe('Staking:Allocation', () => { expect(thirdRebates.queryFeesBurnt).gt(BigNumber.from(0)) }) - it('should collect zero tokens', async function () { - await shouldCollect(toGRT('0'), { expectEvent: false }) - }) - it('should get stuck under-rebated if alpha is changed to zero', async function () { // Set up a new allocation with `tokensToAllocate` staked await staking.connect(indexer).stake(tokensToStake)