Skip to content

Commit

Permalink
[#754] Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay-ap committed Jul 12, 2024
1 parent 405a5ba commit ab38827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/4337/test/erc4337/Safe4337Module.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ describe('Safe4337Module', () => {
const safeOpHash = calculateSafeOperationHash(await validator.getAddress(), safeOp, await chainId())

Check failure on line 293 in modules/4337/test/erc4337/Safe4337Module.spec.ts

View workflow job for this annotation

GitHub Actions / lint

'safeOpHash' is assigned a value but never used
const userOp = buildPackedUserOperationFromSafeUserOperation({
safeOp,
signature: "0x",
signature: '0x',
})
const packedValidationData = packValidationData(1, validUntil, validAfter)
const entryPointImpersonator = await ethers.getSigner(await entryPoint.getAddress())
Expand Down

0 comments on commit ab38827

Please sign in to comment.