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.
1 parent 668b9ce commit 226bde7Copy full SHA for 226bde7
packages/libs/contracts-sdk/test/fees/AerodromeFeeForkTest.t.sol
@@ -236,7 +236,6 @@ contract FeeForkTest is Test {
236
assertEq(tokensWithCollectedFees.length, 1);
237
assertEq(tokensWithCollectedFees[0], address(USDCErc20));
238
239
-
240
// test withdrawal of profit from the fee contract as owner
241
vm.startPrank(owner);
242
feeAdminFacet.withdrawTokens(address(USDCErc20));
0 commit comments