summaryrefslogtreecommitdiff
path: root/src/components/connection_handler/test/connection_handler_impl_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/connection_handler/test/connection_handler_impl_test.cc')
-rw-r--r--src/components/connection_handler/test/connection_handler_impl_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/connection_handler/test/connection_handler_impl_test.cc b/src/components/connection_handler/test/connection_handler_impl_test.cc
index d0b9ce4ae4..b231ee625f 100644
--- a/src/components/connection_handler/test/connection_handler_impl_test.cc
+++ b/src/components/connection_handler/test/connection_handler_impl_test.cc
@@ -1448,7 +1448,7 @@ TEST_F(ConnectionHandlerTest, ServiceStarted_Video_Multiple) {
ByRef(empty))));
EXPECT_CALL(mock_connection_handler_observer, CheckAppIsNavi(_))
.Times(2)
- .WillRepeatedly(Return(true));
+ .WillOnce(Return(true));
// verify that connection handler will not mix up the two results
SessionContext new_context_first, new_context_second;