Skip to content

Commit

Permalink
fix(tests): set decode success threshold to 0.93
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon-Becker committed Dec 1, 2023
1 parent 3f4f51a commit 71246c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tests/test_decode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,6 @@ mod integration_tests {
success_rate * 100.0
);

assert!(success_rate > 0.95);
assert!(success_rate >= 0.93);
}
}

0 comments on commit 71246c0

Please sign in to comment.