UNITTESTS: Fix TestPPPInterface::get_interface_name

pull/13093/head
Ari Parkkila 2020-06-09 23:40:28 -07:00
parent 998d06a80b
commit ffa075bea3
1 changed files with 0 additions and 2 deletions

View File

@ -265,8 +265,6 @@ TEST_F(TestPPPInterface, get_interface_name)
doConnect();
EXPECT_EQ(NULL, iface->get_interface_name(name));
EXPECT_CALL(*netStackIface, get_interface_name(name))
.Times(1)
.WillOnce(Return(name));