Skip to content

Commit 7a7f13e

Browse files
authored
Update test_AVInput.cpp
1 parent 3ebc563 commit 7a7f13e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/L1Tests/tests/test_AVInput.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,6 @@ TEST_F(AVInputDsTest, setVRRSupport)
128128

129129
TEST_F(AVInputDsTest, getVRRFrameRate)
130130
{
131-
EXPECT_EQ(Core::ERROR_NONE, handler.Invoke(connection, _T("getVRRFrameRate"), _T("{\"portId\": \"0\",\"currentVRRVideoFrameRate"\":48.6}"), response));
131+
EXPECT_EQ(Core::ERROR_NONE, handler.Invoke(connection, _T("getVRRFrameRate"), _T("{\"portId\": \"0\",\"currentVRRVideoFrameRate\":48.6}"), response));
132132
EXPECT_EQ(response, string("{\"currentVRRVideoFrameRate\":48.6,\"success\":true}"));
133133
}

0 commit comments

Comments
 (0)