Skip to content

Commit 6c6f396

Browse files
committed
adapt the test for an older index creation config
1 parent d144be6 commit 6c6f396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/tx/schemeshard/ut_split_merge/ut_split_merge.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ Y_UNIT_TEST_SUITE(TSchemeShardSplitBySizeTest) {
299299
IndexDescription {
300300
Name: "ByValue"
301301
KeyColumnNames: ["value"]
302-
IndexImplTableDescriptions {
302+
IndexImplTableDescription {
303303
SplitBoundary { KeyPrefix { Tuple { Optional { Text: "A" } } } }
304304
SplitBoundary { KeyPrefix { Tuple { Optional { Text: "B" } } } }
305305
SplitBoundary { KeyPrefix { Tuple { Optional { Text: "C" } } } }

0 commit comments

Comments
 (0)