Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
ilinzweilin committed Mar 4, 2024
1 parent 3014ed7 commit edba841
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test/fork/Conduit.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -363,10 +363,8 @@ contract ForkTest is Test {
);
assertEq(ERC20Like(asset).balanceOf(escrow), escrowBalanceBeforeRedeemRequestASSET - amount / 10 ** 12);
assertEq(ERC20Like(asset).totalSupply(), totalSupplyBeforeRedeemRequestASSET - amount / 10 ** 12);
assertEq(
conduit.unlockedGem(),
unlockedGem + amount / 10 ** 12
); // make sure value of unlcoked GEM increased in conduit
assertEq(conduit.unlockedGem(), unlockedGem + amount / 10 ** 12); // make sure value of unlcoked GEM increased
// in conduit
}

// helpers
Expand Down

0 comments on commit edba841

Please sign in to comment.