From 25627aab291ed999f6f77c2f1cc706b099d94f68 Mon Sep 17 00:00:00 2001 From: Andres Adjimann Date: Tue, 19 Sep 2023 15:29:20 -0300 Subject: [PATCH] fix: use the right named address for giveaway test --- packages/deploy/test/multiGiveaway/multiGiveaway.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/deploy/test/multiGiveaway/multiGiveaway.test.ts b/packages/deploy/test/multiGiveaway/multiGiveaway.test.ts index 7452e12914..852a4bd0aa 100644 --- a/packages/deploy/test/multiGiveaway/multiGiveaway.test.ts +++ b/packages/deploy/test/multiGiveaway/multiGiveaway.test.ts @@ -35,7 +35,7 @@ describe('SignedMultiGiveaway', function () { expect( await fixtures.contract.hasRole( signerRole, - fixtures.namedAccount.backendCashbackWallet + fixtures.namedAccount.backendInstantGiveawayWallet ) ).to.be.true; });