Skip to content

Commit 2b47524

Browse files
committed
fix: staging test issue
1 parent 01ac011 commit 2b47524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/staging/test/StagingDeployment.t.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ contract MainnetStagingDeploymentTests is StagingDeploymentTestBase {
298298

299299
_simulateUsdeBurn(burnAmount);
300300

301-
assertGe(usdc.balanceOf(address(almProxy)), startingBalance + 10e6 - 1); // Interest earned (rounding)
301+
assertGe(usdc.balanceOf(address(almProxy)), startingBalance - 1); // Interest earned (rounding)
302302

303303
assertEq(IERC4626(Ethereum.SUSDE).balanceOf(address(almProxy)), 0);
304304
}

0 commit comments

Comments
 (0)