Skip to content

Commit 132bca0

Browse files
committed
fix test lint
1 parent b2a6e54 commit 132bca0

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

test/BasicSmartAccount.t.sol

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,17 @@ contract BasicSmartAccountTest is Test {
1919
// - transfers erc20
2020
bytes userOps =
2121
hex"91325d5b27a4895bfaca49f50eed2a364127b4ba00000000000000000000000000000000000000000000000000000000000003e80000000000000000000000000000000000000000000000000000000000000000685ce6742351ae9b618f383883d6d1e0c5a31b4b00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000044a9059cbb00000000000000000000000091325d5b27a4895bfaca49f50eed2a364127b4ba0000000000000000000000000000000000000000000000000000000000000064685ce6742351ae9b618f383883d6d1e0c5a31b4b00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000044a9059cbb00000000000000000000000091325d5b27a4895bfaca49f50eed2a364127b4ba00000000000000000000000000000000000000000000000000000000000000ea685ce6742351ae9b618f383883d6d1e0c5a31b4b00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000044a9059cbb00000000000000000000000091325d5b27a4895bfaca49f50eed2a364127b4ba0000000000000000000000000000000000000000000000000000000000000237";
22-
uint256 r = 0x7336dbf879f708be84b8914d44e51bf63b05349e33342abf8fda080a8f4da963;
23-
uint256 vs = 0x3c34c09c31b6ec0f7ab063a7e5e7028267c3ea4e1ad735dc9d8af3e97f4ac397;
22+
uint256 r =
23+
0x7336dbf879f708be84b8914d44e51bf63b05349e33342abf8fda080a8f4da963;
24+
uint256 vs =
25+
0x3c34c09c31b6ec0f7ab063a7e5e7028267c3ea4e1ad735dc9d8af3e97f4ac397;
2426

2527
function setUp() public {
2628
// Holesky chain id
2729
vm.chainId(17000);
28-
address contractAddress = 0x0033fd20d6766Cf0d94080dB6fbdDaA7A0EaB1f4;
30+
address payable contractAddress = payable(
31+
0x0033fd20d6766Cf0d94080dB6fbdDaA7A0EaB1f4
32+
);
2933
deployCodeTo("BasicSmartAccount.sol", contractAddress);
3034
basicSmartAccount = BasicSmartAccount(contractAddress);
3135

0 commit comments

Comments
 (0)