diff --git a/test/unit/Withdraw.t.sol b/test/unit/Withdraw.t.sol index 4a4e72a..9fd04cf 100644 --- a/test/unit/Withdraw.t.sol +++ b/test/unit/Withdraw.t.sol @@ -574,10 +574,10 @@ contract PSMWithdrawTests is PSMTestBase { { // User1s remaining shares are used uint256 user1SDai = (user1Shares - expectedUser1SharesBurned) - * totalValue - / totalShares - * 1e27 - / conversionRate; + * totalValue + / totalShares + * 1e27 + / conversionRate; assertApproxEqAbs(sDai.balanceOf(user1), user1SDai, 2); assertApproxEqAbs(sDai.balanceOf(user2), 0, 0);