Skip to content

Commit 91008cd

Browse files
committed
fix: contructor has no owner
1 parent 3d4a459 commit 91008cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SetupHook.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ contract SetupHook is Test {
7373
| Hooks.BEFORE_SWAP_RETURNS_DELTA_FLAG
7474
);
7575
vm.startPrank(owner);
76-
deployCodeTo("AsyncSwap.sol", abi.encode(manager, owner), address(hookFlags));
76+
deployCodeTo("AsyncSwap.sol", abi.encode(manager), address(hookFlags));
7777
hook = AsyncSwap(address(hookFlags));
7878
}
7979

0 commit comments

Comments
 (0)