Skip to content

Commit

Permalink
fix(tcp): add missing feature to test
Browse files Browse the repository at this point in the history
  • Loading branch information
thvdveld committed Dec 11, 2023
1 parent 4700f2a commit 080ca4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iface/interface/tests/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ fn test_handle_udp_broadcast(
}

#[test]
#[cfg(all(feature = "socket-tcp", feature = "proto-ipv6"))]
#[cfg(all(feature = "medium-ip", feature = "socket-tcp", feature = "proto-ipv6"))]
pub fn tcp_not_accepted() {
use crate::iface::ip_packet::{IpPacket, IpPayload, Ipv6Packet};

Expand Down

0 comments on commit 080ca4f

Please sign in to comment.