Skip to content

Commit

Permalink
πŸ› Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
julienbrs authored and tekkac committed Oct 3, 2024
1 parent 0b42b0e commit 54c3f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_mint.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ fn test_public_buy_exceeds_mint_limit() {
assert(remaining_cc_after_partial_buy == 1, 'remaining cc wrong value');

start_cheat_caller_address(erc20_address, user_address);
buy_utils(owner_address, user_address, minter_address, 2); // This should cause a panic
buy_utils(owner_address, user_address, minter_address, 200); // This should cause a panic
}

#[test]
Expand Down

0 comments on commit 54c3f69

Please sign in to comment.