Skip to content

Commit

Permalink
chore: move comment
Browse files Browse the repository at this point in the history
  • Loading branch information
martines3000 committed Aug 23, 2024
1 parent 04b44a7 commit df75c62
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contracts/market/tests/local_tests/scenarios/reserves.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ async fn reserves_test() {
update_data: oracle.create_update_data(&prices).await.unwrap(),
};

// Scenario #4 Steps repeated multiple times
for _ in 0..3 {
// Scenario #4 Steps

// Step 0: Alice supplies 4000 USDC
let alice_supply_amount = parse_units(4000 * AMOUNT_COEFFICIENT, usdc.decimals);
usdc_contract
Expand Down

0 comments on commit df75c62

Please sign in to comment.