Commit 17ba4a1c authored by Ian Jackson's avatar Ian Jackson 💬
Browse files

Merge branch 'redacted_test_serial' into 'main'

safelog: Apply #[serial] to test_redacted()

Closes #675

See merge request tpo/core/arti!914
parents e13f2cf7 4688ee91
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -387,6 +387,7 @@ mod test {
    }

    #[test]
    #[serial]
    fn test_redacted() {
        let localhost = std::net::Ipv4Addr::LOCALHOST;
        let closure = || format!("{}", localhost.redacted());