Skip to content

Commit

Permalink
try putting address to string
Browse files Browse the repository at this point in the history
  • Loading branch information
pscott committed May 20, 2024
1 parent 2967ee3 commit bf4314d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/l1-avatar-execution.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 () {
Expand Down

0 comments on commit bf4314d

Please sign in to comment.