Skip to content

Commit 2db0ac2

Browse files
committed
Fix the test expectations
1 parent 5c1e3bf commit 2db0ac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/matching.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,5 +199,5 @@ fn check_rule_matching_browserlike() {
199199
let (blocked, passes) = bench_rule_matching_browserlike(&engine, &requests);
200200
let msg = "The number of blocked/passed requests has changed. ".to_string()
201201
+ "If this is expected, update the expected values in the test.";
202-
assert_eq!((blocked, passes), (106860, 136085), "{msg}");
202+
assert_eq!((blocked, passes), (106861, 136084), "{msg}");
203203
}

0 commit comments

Comments
 (0)