Skip to content

Commit

Permalink
adjust test
Browse files Browse the repository at this point in the history
  • Loading branch information
enthusiastmartin committed Jan 31, 2024
1 parent a2627b4 commit b0e1011
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions math/src/stableswap/tests/invariants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,6 @@ proptest! {
.collect();
let d1 = calculate_d_internal::<D_ITERATIONS>(&updated_balances, amp).unwrap();
assert!(d1 >= d0);
let diff = d1 - d0;
assert!(diff <= 5000u128);
}
}

Expand Down

0 comments on commit b0e1011

Please sign in to comment.