Skip to content

Commit

Permalink
fix(tests): set decode success threshold to 0.93 (#213)
Browse files Browse the repository at this point in the history
* fix(tests): set decode success threshold to 0.93

* fix(tests): set decode success threshold to >= 0.93
  • Loading branch information
Jon-Becker authored Dec 2, 2023
1 parent 3eb7b45 commit 41f823b
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 41f823b

Please sign in to comment.