Skip to content

Commit bfeac9e

Browse files
committed
tests: remove tooBigAmountIn
1 parent 7a39fc9 commit bfeac9e

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

test/fuzz/MultiBlockHarvester.t.sol

-10
Original file line numberDiff line numberDiff line change
@@ -330,16 +330,6 @@ contract MultiBlockHarvestertTest is Fixture, FunctionUtils {
330330
assertEq(currentTargetExposure, targetExposure + 1);
331331
}
332332

333-
function test_harvest_TooBigMintedAmount() external {
334-
_loadReserve(EURC, 1e26);
335-
_loadReserve(XEVT, 1e6);
336-
_setYieldBearingData(XEVT, EURC);
337-
338-
vm.expectRevert(TooBigAmountIn.selector);
339-
vm.prank(alice);
340-
harvester.harvest(XEVT, 1e9, new bytes(0));
341-
}
342-
343333
function test_harvest_IncreaseExposureXEVT(uint256 amount) external {
344334
amount = 7022;
345335
_loadReserve(EURC, amount);

0 commit comments

Comments
 (0)