Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
romseygeek committed Oct 10, 2023
1 parent abc52e1 commit 8a505e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public void testGetFromTranslogWithStringSourceMappingOptionsAndStoredFields() t
String sourceOptions = noSource ? "\"enabled\": false" : randomBoolean() ? "\"excludes\": [\"fo*\"]" : "\"includes\": [\"ba*\"]";
runGetFromTranslogWithOptions(docToIndex, sourceOptions, noSource ? "" : "{\"bar\":\"bar\"}", "\"text\"", "foo", false);
}

public void testGetFromTranslogWithLongSourceMappingOptionsAndStoredFields() throws IOException {
String docToIndex = """
{"foo" : 7, "bar" : 42}
Expand Down

0 comments on commit 8a505e9

Please sign in to comment.