Fix tests by switching to env_logger::try_init (#233)
This commit is contained in:
		
				
					committed by
					
						 Carl Lerche
						Carl Lerche
					
				
			
			
				
	
			
			
			
						parent
						
							dd0bb5b03e
						
					
				
				
					commit
					200c04f1d3
				
			| @@ -68,7 +68,7 @@ fn single_stream_send_large_body() { | |||||||
|  |  | ||||||
| #[test] | #[test] | ||||||
| fn multiple_streams_with_payload_greater_than_default_window() { | 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]; |     let payload = vec![0; 16384*5-1]; | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user