Skip to content

Commit

Permalink
fixes clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
gangov committed Aug 7, 2024
1 parent 2afc846 commit e17147e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/pool_stable/src/tests/liquidity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -907,6 +907,7 @@ fn provide_liqudity_with_user_specified_minimum_lp_shares_should_panic_when_user
}

#[test]
#[allow(clippy::inconsistent_digit_grouping)]
fn provide_and_withdraw_liquidity_with_18_decimal_tokens_and_large_numbers() {
let env = Env::default();
env.mock_all_auths();
Expand Down

0 comments on commit e17147e

Please sign in to comment.