Skip to content

Commit

Permalink
adjust tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
sentilesdal committed Jan 22, 2025
1 parent c065238 commit 505b38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/hyperdrive-math/src/short/max.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1202,7 +1202,7 @@ mod tests {
#[tokio::test]
async fn fuzz_calculate_max_short_budget_consumed() -> Result<()> {
let abs_max_bond_tolerance = fixed!(1e9);
let remaining_balance_tolerance = fixed!(1e9);
let remaining_balance_tolerance = fixed!(1e10);
// Set up a random number generator. We use ChaCha8Rng with a randomly
// generated seed, which makes it easy to reproduce test failures given
// the seed.
Expand Down

0 comments on commit 505b38c

Please sign in to comment.