Skip to content

Commit 5766b70

Browse files
fix test
1 parent 09bd1cf commit 5766b70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/kqp/ut/olap/json_ut.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ Y_UNIT_TEST_SUITE(KqpOlapJson) {
424424
(3u, JsonDocument('{"a" : "value_a", "b" : "value_b"}'), "value2"), (4u, JsonDocument('{"b" : "value_b", "a" : "a4"}'), "value4")
425425
------
426426
READ: SELECT * FROM `/Root/ColumnTable` WHERE JSON_VALUE(Col2, "$.a") = "value_a" AND Col3 = "value2" ORDER BY Col1;
427-
EXPECTED: [[3u;["{\"a\":\"value_a\",\"b\":\"value_b\"}",\"value2\"]]]
427+
EXPECTED: [[3u;["{\"a\":\"value_a\",\"b\":\"value_b\"}"];["value2"]]]
428428
429429
)";
430430
TScriptVariator(script).Execute();

0 commit comments

Comments
 (0)