We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c1e3bf commit 2db0ac2Copy full SHA for 2db0ac2
tests/matching.rs
@@ -199,5 +199,5 @@ fn check_rule_matching_browserlike() {
199
let (blocked, passes) = bench_rule_matching_browserlike(&engine, &requests);
200
let msg = "The number of blocked/passed requests has changed. ".to_string()
201
+ "If this is expected, update the expected values in the test.";
202
- assert_eq!((blocked, passes), (106860, 136085), "{msg}");
+ assert_eq!((blocked, passes), (106861, 136084), "{msg}");
203
}
0 commit comments