From ffa075bea3b4284cdd87a188bef7c6b446002693 Mon Sep 17 00:00:00 2001 From: Ari Parkkila Date: Tue, 9 Jun 2020 23:40:28 -0700 Subject: [PATCH] UNITTESTS: Fix TestPPPInterface::get_interface_name --- UNITTESTS/features/netsocket/PPPInterface/test_PPPInterface.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/UNITTESTS/features/netsocket/PPPInterface/test_PPPInterface.cpp b/UNITTESTS/features/netsocket/PPPInterface/test_PPPInterface.cpp index 19e85802ee..6db2e76623 100644 --- a/UNITTESTS/features/netsocket/PPPInterface/test_PPPInterface.cpp +++ b/UNITTESTS/features/netsocket/PPPInterface/test_PPPInterface.cpp @@ -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));