Merge pull request #13093 from AriParkkila/fix-unittest-for-PPPInterface

UNITTESTS: Fix TestPPPInterface::get_interface_name
pull/13118/head
Martin Kojtal 2020-06-15 11:26:25 +02:00 committed by GitHub
commit ee13b49596
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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));