Skip to content

Commit 6f73966

Browse files
Add todo
1 parent 36e0961 commit 6f73966

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/AutoUpdateUtils.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public class AutoUpdateUtils {
2323
// TODO: CLI option.
2424
public static boolean isAutoUpdating = false;
2525

26+
// TODO: handle more than one update at a time.
2627
private static void handleAutoUpdate(String expected, String actual, String fileName, int lineNumber) throws IOException {
2728
var expLineCount = expected.chars().filter(ch -> ch == '\n').count() + 1;
2829

0 commit comments

Comments
 (0)