Skip to content

Commit

Permalink
fix test input
Browse files Browse the repository at this point in the history
  • Loading branch information
JanKuczma committed Jul 4, 2024
1 parent 0361023 commit fefffb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions amm/drink-tests/src/stable_min_reserve_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ fn test_02(session: &mut Session) {

#[drink::test]
fn test_03(session: &mut Session) {
// one 0.1 usdt, 0.1 usdc
// one 1 usdt, 0.1 usdc
test_min_initial_reserve(
&mut session,
[USDT_DEC, USDC_DEC],
[100_000u128, 100_000u128],
[1_000_000u128, 100_000u128],
Err(StablePoolError::MinReserve()),
);
}
Expand Down

0 comments on commit fefffb9

Please sign in to comment.