Skip to content

Commit

Permalink
fix: 02 integration test
Browse files Browse the repository at this point in the history
Signed-off-by: Elliot <elliotfriedman3@gmail.com>
  • Loading branch information
ElliotFriedman committed Nov 6, 2024
1 parent 19df21b commit 2598085
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/TestVault02.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@ contract TestVault02 is Test, SIP02 {

assertEq(
vault.balanceOf(address(this)),
usdtDepositAmount,
vault.getNormalizedAmount(usdt, usdtDepositAmount),
"vault token balance not increased"
);
assertEq(
vault.totalSupplied(),
usdtDepositAmount,
vault.getNormalizedAmount(usdt, usdtDepositAmount),
"vault total supplied not increased"
);
assertEq(
Expand Down

0 comments on commit 2598085

Please sign in to comment.