We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75a99a2 commit 553038cCopy full SHA for 553038c
1 file changed
test/Deployment.t.sol
@@ -420,7 +420,7 @@ contract DeploymentTest is Test {
420
// Check collateral factor of $S
421
(bool isSonicListed, uint256 sonicCollateralFactorMantissa) = comptroller.markets(address(cSonic));
422
require(isSonicListed, "Market should be listed");
423
- require(sonicCollateralFactorMantissa == 0.7e18, "Collateral factor should be 0.7e18");
+ require(sonicCollateralFactorMantissa == 0.75e18, "Collateral factor should be 0.7e18");
424
425
console.log("Sonic collateral factor", sonicCollateralFactorMantissa);
426
0 commit comments