Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
Update test success margins
Browse files Browse the repository at this point in the history
  • Loading branch information
automainint committed Jun 3, 2024
1 parent b2f9b21 commit a1a967b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ mod tests {

let n = res.count();

assert!(n > 44 && n < 50);
assert!(n > 25 && n < 55);

delete_testing_edges();

Expand All @@ -429,7 +429,7 @@ mod tests {

let n = res.count();

assert!(n > 42 && n < 52);
assert!(n > 25 && n < 55);

delete_testing_edges();

Expand Down

0 comments on commit a1a967b

Please sign in to comment.