Skip to content

Commit

Permalink
fix: comment in reserves.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
martines3000 committed Aug 23, 2024
1 parent b4f6bdf commit 04b44a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/market/tests/local_tests/scenarios/reserves.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ async fn reserves_test() {
for _ in 0..3 {
// Scenario #4 Steps

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

0 comments on commit 04b44a7

Please sign in to comment.