Skip to content

Commit 827bc8d

Browse files
committed
fix
1 parent 19e374f commit 827bc8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/kqp/ut/service/kqp_qs_queries_ut.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2892,7 +2892,7 @@ Y_UNIT_TEST_SUITE(KqpQueryService) {
28922892

28932893
auto client = kikimr.GetQueryClient();
28942894
{
2895-
auto prepareResult = client.ExecuteQuery(R"(
2895+
auto result = client.ExecuteQuery(R"(
28962896
UPSERT INTO `/Root/ColumnShard` (Col1, Col2, Col3) VALUES
28972897
(1u, "test1", 10), (2u, "test2", 11), (3u, "test3", 12), (4u, NULL, 13);
28982898
UPSERT INTO `/Root/DataShard` (Col1, Col2, Col3) VALUES

0 commit comments

Comments
 (0)