From bf4314db4f10ec7dfaab3f2b9617cbc8e47ec8bf Mon Sep 17 00:00:00 2001 From: Scott Piriou <30843220+pscott@users.noreply.github.com> Date: Mon, 20 May 2024 14:58:01 +0200 Subject: [PATCH] try putting address to string --- tests/l1-avatar-execution.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/l1-avatar-execution.test.ts b/tests/l1-avatar-execution.test.ts index 2acc1745..5b221cd7 100644 --- a/tests/l1-avatar-execution.test.ts +++ b/tests/l1-avatar-execution.test.ts @@ -194,7 +194,7 @@ describe('L1 Avatar Execution', function () { abstainVotes, executionHash, [proposalTx], - )).to.emit(l1AvatarExecutionStrategy, 'ProposalExecuted').withArgs(space.address, executionHash); + )).to.emit(l1AvatarExecutionStrategy, 'ProposalExecuted').withArgs(space.address.toString(), executionHash); }, 10000000); it('should execute a proposal with multiple txs via the Avatar Execution Strategy connected to a Safe', async function () {