Skip to content

Commit 067c4b6

Browse files
glitch003Copilot
andauthored
Update packages/libs/contracts-sdk/test/fees/Fee.t.sol
Co-authored-by: Copilot <[email protected]>
1 parent d58433c commit 067c4b6

File tree

1 file changed

+1
-1
lines changed
  • packages/libs/contracts-sdk/test/fees

1 file changed

+1
-1
lines changed

packages/libs/contracts-sdk/test/fees/Fee.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ contract FeeTest is Test {
109109
uint256 NEW_SWAP_FEE_PERCENTAGE = 5;
110110
assertNotEq(feeAdminFacet.swapFeePercentage(), NEW_SWAP_FEE_PERCENTAGE);
111111

112-
// test that a non-owner cannot set the aerodrome router
112+
// test that a non-owner cannot set the swap fee percentage
113113
vm.expectRevert(FeeUtils.CallerNotOwner.selector);
114114
feeAdminFacet.setSwapFeePercentage(NEW_SWAP_FEE_PERCENTAGE);
115115

0 commit comments

Comments
 (0)