Fix tests by switching to env_logger::try_init (#233)

This commit is contained in:
Darren Tsung
2018-03-07 14:08:22 -08:00
committed by Carl Lerche
parent dd0bb5b03e
commit 200c04f1d3

View File

@@ -68,7 +68,7 @@ fn single_stream_send_large_body() {
#[test]
fn multiple_streams_with_payload_greater_than_default_window() {
let _ = ::env_logger::init();
let _ = ::env_logger::try_init();
let payload = vec![0; 16384*5-1];