Skip to content

Commit ffa075b

Browse files
author
Ari Parkkila
committed
UNITTESTS: Fix TestPPPInterface::get_interface_name
1 parent 998d06a commit ffa075b

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)