Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: remove asset holder allowlist (with latest main) #855

Closed
wants to merge 13 commits into from
Closed
Prev Previous commit
test: fix a case where it still expected an event
  • Loading branch information
pcarranzav committed Sep 6, 2023
commit abe55a1e5fb3703dd3333b838d0d2708fc9018cd
2 changes: 1 addition & 1 deletion test/staking/allocation.test.ts
Original file line number Diff line number Diff line change
@@ -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 () {
Loading