Skip to content

Commit

Permalink
fix log comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mmv08 committed Jun 24, 2024
1 parent ab61a97 commit c7a179b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/4337/test/gas/Gas.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ describe('Gas Metering', () => {
})

expect(await erc721Token.balanceOf(safe.address)).to.equal(0)
await logUserOperationGas('Safe with 4337 Module ERC721 Transfer', entryPoint, entryPoint.handleOps([userOp], user.address))
await logUserOperationGas('Safe with 4337 Module ERC721 Token Minting', entryPoint, entryPoint.handleOps([userOp], user.address))
expect(await erc721Token.balanceOf(safe.address)).to.equal(1)
expect(await erc721Token.ownerOf(tokenID)).to.equal(safe.address)
})
Expand Down

0 comments on commit c7a179b

Please sign in to comment.