Commit 4688ee91 authored by Nick Mathewson's avatar Nick Mathewson 🦀
Browse files

safelog: Apply #[serial] to test_redacted()

Closes #675.
parent a5cdf88f
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());