Skip to content

Commit 56a2e8d

Browse files
authored
24-3: Fix test (#11544)
1 parent 063dc25 commit 56a2e8d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2400,7 +2400,6 @@ Y_UNIT_TEST_SUITE(KqpQueryService) {
24002400
);
24012401
UPSERT INTO TestDdlDml4 (Key, Value1, Value2) VALUES (1, "1", "2");
24022402
SELECT * FROM TestDdlDml4;
2403-
ALTER TABLE TestDdlDml4 DROP COLUMN Value2;
24042403
UPSERT INTO TestDdlDml4 (Key, Value1) VALUES (2, "2");
24052404
SELECT * FROM TestDdlDml5;
24062405
)", TTxControl::NoTx()).ExtractValueSync();

0 commit comments

Comments
 (0)