File tree 1 file changed +1
-5
lines changed
1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -140,10 +140,7 @@ describe('Boost with Voting Incentive', () => {
140
140
signers : [ owner , trustedSigner . account ] , // Whichever account we're going to sign with needs to be a signer
141
141
validatorCaller : fixtures . core . assertValidAddress ( ) , // Only core should be calling into the validate otherwise it's possible to burn signatures
142
142
} ) ,
143
- allowList : core . SimpleAllowList ( {
144
- owner : owner ,
145
- allowed : [ owner ] ,
146
- } ) ,
143
+ allowList : core . OpenAllowList ( ) ,
147
144
incentives : [
148
145
core . ERC20VariableIncentive ( {
149
146
asset : erc20 . assertValidAddress ( ) ,
@@ -225,7 +222,6 @@ describe('Boost with Voting Incentive', () => {
225
222
boostId : boost . id ,
226
223
} ) ;
227
224
228
-
229
225
// Claim the incentive for the imposter
230
226
await core . claimIncentiveFor (
231
227
boost . id ,
You can’t perform that action at this time.
0 commit comments