From c7fd84163f5a9fcab6cdd4989f85e49a9ee74763 Mon Sep 17 00:00:00 2001 From: Raul Victor Trombin <80598030+RaulTrombin@users.noreply.github.com> Date: Wed, 10 Apr 2024 20:40:05 -0300 Subject: [PATCH] Update tests/async_codec.rs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: João Antônio Cardoso --- tests/async_codec.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)