Skip to content

Commit

Permalink
fixing a test
Browse files Browse the repository at this point in the history
  • Loading branch information
masseyke committed Dec 3, 2024
1 parent e697ada commit c81c21d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ protected ReindexDataStreamTaskParams mutateInstance(ReindexDataStreamTaskParams
int totalIndices = instance.totalIndices();
int totalIndicesToBeUpgraded = instance.totalIndicesToBeUpgraded();
Map<String, String> headers = instance.headers();
switch (randomIntBetween(0, 3)) {
switch (randomIntBetween(0, 4)) {
case 0 -> sourceDataStream = randomAlphaOfLength(50);
case 1 -> startTime = randomLong();
case 2 -> totalIndices = totalIndices + 1;
Expand Down

0 comments on commit c81c21d

Please sign in to comment.