Skip to content

Commit 78ae9aa

Browse files
committed
Rebase the code with new changes and resolve the issues
1 parent 0ff7fa5 commit 78ae9aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/L2Tests/tests/HdmiCecSink_L2Test.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ HdmiCecSink_L2Test::HdmiCecSink_L2Test()
470470
}));
471471

472472
EXPECT_CALL(*p_hdmiInputImplMock, getHDMIARCPortId(::testing::_))
473-
.WillByDefault(::testing::Invoke(
473+
.WillRepeatedly(::testing::Invoke(
474474
[](int& portId) {
475475
portId = 1;
476476
return dsERR_NONE;
@@ -657,7 +657,7 @@ HdmiCecSink_L2Test_STANDBY::HdmiCecSink_L2Test_STANDBY()
657657
}));
658658

659659
EXPECT_CALL(*p_hdmiInputImplMock, getHDMIARCPortId(::testing::_))
660-
.WillByDefault(::testing::Invoke(
660+
.WillRepeatedly(::testing::Invoke(
661661
[](int& portId) {
662662
portId = 1;
663663
return dsERR_NONE;

0 commit comments

Comments
 (0)