diff --git a/tests/async_codec.rs b/tests/async_codec.rs index ca35c8076..e82677206 100644 --- a/tests/async_codec.rs +++ b/tests/async_codec.rs @@ -100,7 +100,7 @@ async fn run_ping_test() -> Result<(), Box> { println!("{:?}", answer) } Ok(_) => { - panic!("Unexpected package") + panic!("Unexpected package. {:#?}", &item) } Err(e) => { panic!("Error on decoder: {:?}", e)