Skip to content

Commit

Permalink
[CI] Auto commit changes from spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticsearchmachine committed Jan 24, 2025
1 parent d8e48c5 commit ae1ce9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ public void testIndexStoredArraySourceSingleLeafElementAndNull() throws IOExcept
})).documentMapper();
var syntheticSource = syntheticSource(documentMapper, b -> b.array("value", new String[] { "foo", null }));
// TODO: nulls
// assertEquals("{\"value\":[\"foo\",null]}", syntheticSource);
// assertEquals("{\"value\":[\"foo\",null]}", syntheticSource);
assertEquals("{\"value\":[\"foo\"]}", syntheticSource);
}

Expand Down

0 comments on commit ae1ce9f

Please sign in to comment.