Skip to content

Commit de3f1d5

Browse files
committed
fixups
1 parent ddea413 commit de3f1d5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql/action/TSDataGenerationHelper.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,7 @@ private static Object randomDimensionValue(String dimensionName) {
7676
for (int i = 0; i < numDocs; i++) {
7777
// Random timestamps within the last 90 days.
7878
while (true) {
79-
<<<<<<< HEAD
80-
var randomIns = Instant.ofEpochMilli(ESTestCase.randomLongBetween(timeRangeEnd, timeRangeStart));
81-
=======
8279
var randomIns = Instant.ofEpochMilli(ESTestCase.randomLongBetween(timeRangeStart, timeRangeEnd));
83-
>>>>>>> 63bddff1f73 (fixups)
8480
if (timestampSet.add(randomIns)) {
8581
break;
8682
}

0 commit comments

Comments
 (0)