Skip to content

Commit

Permalink
Update ppl/src/test/java/org/opensearch/sql/ppl/utils/PPLQueryDataAno…
Browse files Browse the repository at this point in the history
…nymizerTest.java


Fix formatting

Co-authored-by: Andrew Carbonetto <[email protected]>
Signed-off-by: normanj-bitquill <[email protected]>
  • Loading branch information
normanj-bitquill and acarbonetto authored Dec 3, 2024
1 parent 2542b90 commit 16a96f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public void testEvalCommand() {
@Test
public void testFillNullSameValue() {
assertEquals(
"source=t | fillnull with 0 in f1,f2", anonymize("source=t | fillnull with 0 in f1,f2"));
"source=t | fillnull with 0 in f1, f2", anonymize("source=t | fillnull with 0 in f1, f2"));
}

@Test
Expand Down

0 comments on commit 16a96f5

Please sign in to comment.