Skip to content

Commit 0ff7fa5

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

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
@@ -469,7 +469,7 @@ HdmiCecSink_L2Test::HdmiCecSink_L2Test()
469469
return port == 1 ? true : false;
470470
}));
471471

472-
ON_CALL(*p_hdmiInputImplMock, getHDMIARCPortId(::testing::_))
472+
EXPECT_CALL(*p_hdmiInputImplMock, getHDMIARCPortId(::testing::_))
473473
.WillByDefault(::testing::Invoke(
474474
[](int& portId) {
475475
portId = 1;
@@ -656,7 +656,7 @@ HdmiCecSink_L2Test_STANDBY::HdmiCecSink_L2Test_STANDBY()
656656
return port == 1 ? true : false;
657657
}));
658658

659-
ON_CALL(*p_hdmiInputImplMock, getHDMIARCPortId(::testing::_))
659+
EXPECT_CALL(*p_hdmiInputImplMock, getHDMIARCPortId(::testing::_))
660660
.WillByDefault(::testing::Invoke(
661661
[](int& portId) {
662662
portId = 1;

0 commit comments

Comments
 (0)