From 8ac39ec8964a644e332a690ff65b0d1b97ed18b4 Mon Sep 17 00:00:00 2001 From: heisen-li Date: Tue, 2 Jul 2024 11:41:06 +0800 Subject: [PATCH] add opening redact --- crates/cargo-test-support/src/compare.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/cargo-test-support/src/compare.rs b/crates/cargo-test-support/src/compare.rs index 5b396c410da7..416d30abbfa5 100644 --- a/crates/cargo-test-support/src/compare.rs +++ b/crates/cargo-test-support/src/compare.rs @@ -278,6 +278,7 @@ static E2E_LITERAL_REDACTIONS: &[(&str, &str)] = &[ ("[PUBLISHED]", " Published"), ("[BLOCKING]", " Blocking"), ("[GENERATED]", " Generated"), + ("[OPENING]", " Opening"), ]; /// Normalizes the output so that it can be compared against the expected value.