Skip to content

Commit 05f7873

Browse files
Update node/testing/tests/single_node_accept_incoming.rs
Co-authored-by: Richard Pringle <[email protected]>
1 parent ddd5226 commit 05f7873

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

node/testing/tests/single_node_accept_incoming.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
#[cfg(not(feature = "p2p-webrtc"))]
1+
#![cfg(not(feature = "p2p-webrtc"))]
2+
23
use mina_node_testing::scenarios::solo_node::basic_connectivity_accept_incoming::SoloNodeBasicConnectivityAcceptIncoming;
34

45
mod common;
56

6-
#[cfg(not(feature = "p2p-webrtc"))]
77
scenario_test!(
88
accept_incoming,
99
SoloNodeBasicConnectivityAcceptIncoming,

0 commit comments

Comments
 (0)