Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
shnikd committed Jul 15, 2024
1 parent 52bb076 commit 68d5b79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ydb/core/tx/schemeshard/ut_sequence/ut_sequence.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ Y_UNIT_TEST_SUITE(TSequence) {
TestAlterTable(runtime, ++txId, "/MyRoot", R"(
Name: "Table2"
Columns { Name: "key" DefaultFromSequence: "/MyRoot/seq2" }
Columns { Name: "value1" EmptyDefault: Null }
Columns { Name: "value1" EmptyDefault: NULL_VALUE }
)");
env.TestWaitNotification(runtime, txId);

Expand Down Expand Up @@ -651,7 +651,7 @@ Y_UNIT_TEST_SUITE(TSequence) {

TestAlterTable(runtime, ++txId, "/MyRoot", R"(
Name: "Table1"
Columns { Name: "key" EmptyDefault: Null }
Columns { Name: "key" EmptyDefault: NULL_VALUE }
)");
env.TestWaitNotification(runtime, txId);

Expand Down

0 comments on commit 68d5b79

Please sign in to comment.