Browse Source

Fix tests.

wip
Titouan Rigoudy 4 years ago
parent
commit
59b255e589
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/proto/server/client.rs

+ 1
- 1
src/proto/server/client.rs View File

@ -166,7 +166,7 @@ mod tests {
// Enable capturing logs in tests.
fn init() {
env_logger::builder().is_test(true).try_init().unwrap();
let _ = env_logger::builder().is_test(true).try_init();
}
#[tokio::test]


Loading…
Cancel
Save