Skip to content

Commit b62268d

Browse files
missed semi colon
1 parent ddd7e67 commit b62268d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/L1Tests/tests/test_AVInput.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1060,7 +1060,7 @@ TEST_F(AVInputInit, hdmiGameFeatureStatusUpdate)
10601060

10611061
EVENT_SUBSCRIBE(0, _T("gameFeatureStatusUpdate"), _T("org.rdk.AVInput"), message);
10621062

1063-
plugin->OnHdmiInAllmStatus(dsHDMI_IN_PORT_0,true)
1063+
plugin->OnHdmiInAllmStatus(dsHDMI_IN_PORT_0,true);
10641064

10651065
EXPECT_EQ(Core::ERROR_NONE, gameFeatureStatusUpdate.Lock());
10661066

@@ -1086,7 +1086,7 @@ TEST_F(AVInputInit, hdmiGameFeatureStatusUpdate_HDMI_VRR)
10861086

10871087
EVENT_SUBSCRIBE(0, _T("gameFeatureStatusUpdate"), _T("org.rdk.AVInput"), message);
10881088

1089-
plugin->OnHdmiInVRRStatus(dsHDMI_IN_PORT_0,dsVRR_HDMI_VRR)
1089+
plugin->OnHdmiInVRRStatus(dsHDMI_IN_PORT_0,dsVRR_HDMI_VRR);
10901090

10911091
EXPECT_EQ(Core::ERROR_NONE, gameFeatureStatusUpdate.Lock());
10921092

0 commit comments

Comments
 (0)