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 0ff7fa5 commit 78ae9aaCopy full SHA for 78ae9aa
Tests/L2Tests/tests/HdmiCecSink_L2Test.cpp
@@ -470,7 +470,7 @@ HdmiCecSink_L2Test::HdmiCecSink_L2Test()
470
}));
471
472
EXPECT_CALL(*p_hdmiInputImplMock, getHDMIARCPortId(::testing::_))
473
- .WillByDefault(::testing::Invoke(
+ .WillRepeatedly(::testing::Invoke(
474
[](int& portId) {
475
portId = 1;
476
return dsERR_NONE;
@@ -657,7 +657,7 @@ HdmiCecSink_L2Test_STANDBY::HdmiCecSink_L2Test_STANDBY()
657
658
659
660
661
662
663
0 commit comments