Skip to content

Commit 3ebc563

Browse files
authored
Update test_AVInput.cpp
1 parent 0e3d0ae commit 3ebc563

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
@@ -129,5 +129,5 @@ TEST_F(AVInputDsTest, setVRRSupport)
129129
TEST_F(AVInputDsTest, getVRRFrameRate)
130130
{
131131
EXPECT_EQ(Core::ERROR_NONE, handler.Invoke(connection, _T("getVRRFrameRate"), _T("{\"portId\": \"0\",\"currentVRRVideoFrameRate"\":48.6}"), response));
132-
EXPECT_EQ(response, string("{\"currentVRRVideoFrameRate"\":true,\"success\":true}"));
132+
EXPECT_EQ(response, string("{\"currentVRRVideoFrameRate\":48.6,\"success\":true}"));
133133
}

0 commit comments

Comments
 (0)