Fix logging in tests (#293)

* Fix logging in tests

* lint
This commit is contained in:
Jakub Nabaglo 2021-10-08 17:07:03 -07:00 committed by GitHub
parent 011429da01
commit c55181a4ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -508,9 +508,6 @@ mod tests {
}
fn init_logger() {
let _ = env_logger::builder()
.format_timestamp(None)
.is_test(true)
.try_init();
let _ = env_logger::builder().format_timestamp(None).try_init();
}
}