Skip to content

Commit

Permalink
Update tests/async_codec.rs
Browse files Browse the repository at this point in the history
Co-authored-by: João Antônio Cardoso <[email protected]>
  • Loading branch information
RaulTrombin and joaoantoniocardoso authored Apr 10, 2024
1 parent f21b622 commit c7fd841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/async_codec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ async fn run_ping_test() -> Result<(), Box<dyn std::error::Error>> {
println!("{:?}", answer)
}
Ok(_) => {
panic!("Unexpected package")
panic!("Unexpected package. {:#?}", &item)
}
Err(e) => {
panic!("Error on decoder: {:?}", e)
Expand Down

0 comments on commit c7fd841

Please sign in to comment.