mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(net): print unexpected event (#1466)
This commit is contained in:
@ -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:?}")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user