Skip to content

Commit dddbb74

Browse files
authored
Fix test (#11542)
1 parent 3c08910 commit dddbb74

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
@@ -2479,7 +2479,6 @@ Y_UNIT_TEST_SUITE(KqpQueryService) {
24792479
);
24802480
UPSERT INTO TestDdlDml4 (Key, Value1, Value2) VALUES (1, "1", "2");
24812481
SELECT * FROM TestDdlDml4;
2482-
ALTER TABLE TestDdlDml4 DROP COLUMN Value2;
24832482
UPSERT INTO TestDdlDml4 (Key, Value1) VALUES (2, "2");
24842483
SELECT * FROM TestDdlDml5;
24852484
)", TTxControl::NoTx()).ExtractValueSync();

0 commit comments

Comments
 (0)