Skip to content

Commit 7898353

Browse files
committed
add opening redact
1 parent 8b038eb commit 7898353

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/cargo-test-support/src/compare.rs

+1
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ static E2E_LITERAL_REDACTIONS: &[(&str, &str)] = &[
278278
("[PUBLISHED]", " Published"),
279279
("[BLOCKING]", " Blocking"),
280280
("[GENERATED]", " Generated"),
281+
("[OPENING]", " Opening"),
281282
];
282283

283284
/// Normalizes the output so that it can be compared against the expected value.

0 commit comments

Comments
 (0)