Skip to content

Commit 8713080

Browse files
committed
Increase Coverage
1 parent 36d8a85 commit 8713080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/L2Tests/tests/HdmiCecSink_L2Test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3498,7 +3498,7 @@ TEST_F(HdmiCecSink_L2Test, InjectDeviceRemovedAndVerifyEvent)
34983498
EXPECT_CALL(async_handler, onDeviceRemoved(::testing::_))
34993499
.WillOnce(Invoke(this, &HdmiCecSink_L2Test::onDeviceRemoved));
35003500

3501-
uint8_t addBuffer[] = { 0x4F, 0x84, 0x10, 0x00, 0x04 };
3501+
uint8_t addBuffer[] = { 0x40, 0x84, 0x10, 0x00, 0x04 };
35023502
CECFrame addFrame(addBuffer, sizeof(addBuffer));
35033503
for (auto* listener : listeners) {
35043504
if (listener)

0 commit comments

Comments
 (0)