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.
[FINISHED]
1 parent 153856f commit 6a684edCopy full SHA for 6a684ed
crates/cargo-test-support/src/compare.rs
@@ -149,7 +149,7 @@ fn add_common_redactions(subs: &mut snapbox::Redactions) {
149
// For e2e tests
150
subs.insert(
151
"[ELAPSED]",
152
- regex!(r"[FINISHED].*in (?<redacted>[0-9]+(\.[0-9]+))s"),
+ regex!(r"\[FINISHED\].*in (?<redacted>[0-9]+(\.[0-9]+))s"),
153
)
154
.unwrap();
155
// for UI tests
0 commit comments