We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d055951 + 067c4b6 commit 8145f62Copy full SHA for 8145f62
packages/libs/contracts-sdk/test/fees/Fee.t.sol
@@ -109,7 +109,7 @@ contract FeeTest is Test {
109
uint256 NEW_SWAP_FEE_PERCENTAGE = 5;
110
assertNotEq(feeAdminFacet.swapFeePercentage(), NEW_SWAP_FEE_PERCENTAGE);
111
112
- // test that a non-owner cannot set the aerodrome router
+ // test that a non-owner cannot set the swap fee percentage
113
vm.expectRevert(FeeUtils.CallerNotOwner.selector);
114
feeAdminFacet.setSwapFeePercentage(NEW_SWAP_FEE_PERCENTAGE);
115
0 commit comments