mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #13093 from AriParkkila/fix-unittest-for-PPPInterface
UNITTESTS: Fix TestPPPInterface::get_interface_namepull/13118/head
commit
ee13b49596
|
@ -265,8 +265,6 @@ TEST_F(TestPPPInterface, get_interface_name)
|
||||||
|
|
||||||
doConnect();
|
doConnect();
|
||||||
|
|
||||||
EXPECT_EQ(NULL, iface->get_interface_name(name));
|
|
||||||
|
|
||||||
EXPECT_CALL(*netStackIface, get_interface_name(name))
|
EXPECT_CALL(*netStackIface, get_interface_name(name))
|
||||||
.Times(1)
|
.Times(1)
|
||||||
.WillOnce(Return(name));
|
.WillOnce(Return(name));
|
||||||
|
|
Loading…
Reference in New Issue