Skip to content

Commit 23db64d

Browse files
committed
Fix test
1 parent afbd118 commit 23db64d

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
@@ -2390,7 +2390,6 @@ Y_UNIT_TEST_SUITE(KqpQueryService) {
23902390
);
23912391
UPSERT INTO TestDdlDml4 (Key, Value1, Value2) VALUES (1, "1", "2");
23922392
SELECT * FROM TestDdlDml4;
2393-
ALTER TABLE TestDdlDml4 DROP COLUMN Value2;
23942393
UPSERT INTO TestDdlDml4 (Key, Value1) VALUES (2, "2");
23952394
SELECT * FROM TestDdlDml5;
23962395
)", TTxControl::NoTx()).ExtractValueSync();

0 commit comments

Comments
 (0)