chore(net): print unexpected event (#1466)

This commit is contained in:
Matthias Seitz
2023-02-20 16:21:33 +01:00
committed by GitHub
parent 50203a8f2a
commit 058349ecf8

View File

@ -74,8 +74,8 @@ async fn test_session_established_with_different_capability() {
assert_eq!(handle1.peer_id(), &peer_id);
assert_eq!(status.version, EthVersion::Eth66 as u8);
}
_ => {
panic!("unexpected event")
ev => {
panic!("unexpected event: {ev:?}")
}
}
}