Skip to content

Commit 4e3ff3c

Browse files
author
Antti Kauppila
committed
Fixed unittests
1 parent cc68541 commit 4e3ff3c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

UNITTESTS/features/netsocket/EthernetInterface/test_EthernetInterface.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ TEST_F(TestEthernetInterface, constructor_default)
123123
EXPECT_NE(nullptr, iface->emacInterface());
124124

125125
EXPECT_EQ(nullptr, iface->wifiInterface());
126-
EXPECT_EQ(nullptr, iface->cellularBase());
127126
EXPECT_EQ(nullptr, iface->cellularInterface());
128127
EXPECT_EQ(nullptr, iface->meshInterface());
129128
}

UNITTESTS/features/netsocket/PPPInterface/test_PPPInterface.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ TEST_F(TestPPPInterface, constructor_default)
123123
EXPECT_EQ(nullptr, iface->emacInterface());
124124
EXPECT_EQ(nullptr, iface->ethInterface());
125125
EXPECT_EQ(nullptr, iface->wifiInterface());
126-
EXPECT_EQ(nullptr, iface->cellularBase());
127126
EXPECT_EQ(nullptr, iface->cellularInterface());
128127
EXPECT_EQ(nullptr, iface->meshInterface());
129128
}

0 commit comments

Comments
 (0)