safelog: Apply #[serial] to test_redacted()

Closes #675.
This commit is contained in:
Nick Mathewson 2022-11-30 12:00:17 -05:00
parent a5cdf88fdc
commit 4688ee9165
1 changed files with 1 additions and 0 deletions

View File

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