mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-28 16:48:13 -05: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