Skip to content

Commit ee13b49

Browse files
authored
Merge pull request #13093 from AriParkkila/fix-unittest-for-PPPInterface
UNITTESTS: Fix TestPPPInterface::get_interface_name
2 parents a870fcf + ffa075b commit ee13b49

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

UNITTESTS/features/netsocket/PPPInterface/test_PPPInterface.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,6 @@ TEST_F(TestPPPInterface, get_interface_name)
265265

266266
doConnect();
267267

268-
EXPECT_EQ(NULL, iface->get_interface_name(name));
269-
270268
EXPECT_CALL(*netStackIface, get_interface_name(name))
271269
.Times(1)
272270
.WillOnce(Return(name));

0 commit comments

Comments
 (0)