We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e699792 commit 0ff7fa5Copy full SHA for 0ff7fa5
Tests/L2Tests/tests/HdmiCecSink_L2Test.cpp
@@ -469,7 +469,7 @@ HdmiCecSink_L2Test::HdmiCecSink_L2Test()
469
return port == 1 ? true : false;
470
}));
471
472
- ON_CALL(*p_hdmiInputImplMock, getHDMIARCPortId(::testing::_))
+ EXPECT_CALL(*p_hdmiInputImplMock, getHDMIARCPortId(::testing::_))
473
.WillByDefault(::testing::Invoke(
474
[](int& portId) {
475
portId = 1;
@@ -656,7 +656,7 @@ HdmiCecSink_L2Test_STANDBY::HdmiCecSink_L2Test_STANDBY()
656
657
658
659
660
661
662
0 commit comments