Skip to content

Commit

Permalink
fix: use the right named address for giveaway test
Browse files Browse the repository at this point in the history
  • Loading branch information
adjisb committed Sep 19, 2023
1 parent 889a89d commit 25627aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/deploy/test/multiGiveaway/multiGiveaway.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ describe('SignedMultiGiveaway', function () {
expect(
await fixtures.contract.hasRole(
signerRole,
fixtures.namedAccount.backendCashbackWallet
fixtures.namedAccount.backendInstantGiveawayWallet
)
).to.be.true;
});
Expand Down

0 comments on commit 25627aa

Please sign in to comment.