Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanHolstien committed Aug 9, 2024
1 parent c2ff037 commit 22567fe
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,9 @@ public void testSearchOrderPreserved() throws Exception {
eq(List.of("dataset")),
anyString(),
nullable(Filter.class),
eq(Collections.singletonList(SearchUtil.sortBy("urn", SortOrder.valueOf("DESCENDING")))),
eq(
Collections.singletonList(
SearchUtil.sortBy("urn", SortOrder.valueOf("DESCENDING")))),
nullable(String.class),
nullable(String.class),
anyInt()))
Expand Down

0 comments on commit 22567fe

Please sign in to comment.