Skip to content

Commit

Permalink
Update USDC amount in 3-asset RAMM tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rockbmb committed Apr 20, 2024
1 parent f71de43 commit 461b57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ramm-sui/tests/interface3_tests.move
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ module ramm_sui::interface3_tests {
let initial_usdt_balance: u256 = ramm::get_typed_balance<USDT>(&ramm);
test_utils::assert_eq(initial_eth_balance, 200 * test_util::eth_factor());
test_utils::assert_eq(initial_matic_balance, 200_000 * test_util::eth_factor());
test_utils::assert_eq(initial_usdt_balance, 400_000 * test_util::eth_factor());
test_utils::assert_eq(initial_usdt_balance, 400_000 * test_util::usdc_factor());

let amount_in = coin::mint_for_testing<ETH>(eth_trade_amount, test_scenario::ctx(scenario));
interface3::trade_amount_in_3<ETH, USDT, MATIC>(
Expand Down

0 comments on commit 461b57a

Please sign in to comment.