Skip to content

Commit

Permalink
Update pkg/pool-hooks/test/foundry/DirectionalFeeHookExample.t.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Juan Ignacio Ubeira <[email protected]>
  • Loading branch information
joaobrunoah and jubeira authored Jul 1, 2024
1 parent 10d56d4 commit 7743545
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ contract DirectionalHookExampleTest is BaseVaultTest {
address directionalFeeHook = address(
new DirectionalFeeHookExample(IVault(address(vault)), address(stablePoolFactory))
);
vm.label(directionalFeeHook, "Exit Fee Hook");
vm.label(directionalFeeHook, "Directional Fee Hook");
return directionalFeeHook;
}

Expand Down

0 comments on commit 7743545

Please sign in to comment.