Skip to content

Commit 7023e8a

Browse files
authored
Typo in RandomPointsAndRanges test (#28388)
1 parent 56f5415 commit 7023e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/tx/datashard/datashard_ut_order.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -942,7 +942,7 @@ class TSimpleTx {
942942
}
943943

944944
Ranges.reserve(numRanges);
945-
for (ui32 i = 0; i < numPoints; ++i) {
945+
for (ui32 i = 0; i < numRanges; ++i) {
946946
ui32 from = RandomNumber<ui32>(max);
947947
Ranges.emplace_back(TSimpleRange(from, from + 1 + RandomNumber<ui32>(maxRange-1)));
948948
}

0 commit comments

Comments
 (0)