Skip to content

Commit edf8540

Browse files
committed
Fixed test
1 parent 3e5e4ae commit edf8540

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ydb/core/kqp/ut/scheme/kqp_scheme_ut.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8963,11 +8963,11 @@ Y_UNIT_TEST_SUITE(KqpOlapScheme) {
89638963
};
89648964
TTestHelper::TColumnTableStore testTableStore;
89658965
testTableStore.SetName("/Root/TableStoreTest").SetPrimaryKey({"id"}).SetSchema(schema);
8966-
testHelper.CreateTable(testTableStore, EStatus::SUCCESS);
8966+
testHelper.CreateTable(testTableStore, EStatus::SCHEME_ERROR);
89678967

89688968
TTestHelper::TColumnTable testTable;
89698969
testTable.SetName("/Root/ColumnTableTest").SetPrimaryKey({"id"}).SetSchema(schema);
8970-
testHelper.CreateTable(testTable, EStatus::SUCCESS);
8970+
testHelper.CreateTable(testTable, EStatus::SCHEME_ERROR);
89718971
}
89728972

89738973
Y_UNIT_TEST(DropColumnAfterInsert) {

0 commit comments

Comments
 (0)