Skip to content

Commit

Permalink
Update test/AllocatorOracle.t.sol
Browse files Browse the repository at this point in the history
Co-authored-by: telome <[email protected]>
  • Loading branch information
sunbreak1211 and telome authored Nov 14, 2023
1 parent 1c779b0 commit 474dff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/AllocatorOracle.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ contract AllocatorOracleTest is DssTest {
console.log("1 = wad * fix / 10^27 => wad = 10^27 / fix");
uint256 amtDaiNeeded = 10**27 / fix;
console.log("Amount of wei DAI needed to get 1 wei of gem =", amtDaiNeeded);
assertEq(amtDaiNeeded, 0.00000000000005 * 10**18);
assertEq(amtDaiNeeded, 50_000);
}
}

0 comments on commit 474dff4

Please sign in to comment.