You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gix-url/tests/url/baseline.rs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ fn run() {
84
84
}
85
85
86
86
assert!(
87
-
failure_count_reserialization <= 63,
87
+
failure_count_reserialization <= 72,
88
88
"the number of reserialization errors should ideally get better, not worse - if this panic is not due to regressions but to new passing test cases, you can set this check to {failure_count_reserialization}"
89
89
);
90
90
assert_eq!(failure_count_roundtrips,0,"there should be no roundtrip errors");
0 commit comments