Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanHolstien committed Feb 6, 2024
1 parent 4464ea6 commit 6fe2004
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ private static EntityClient initMockEntityClient(
Mockito.eq(start),
Mockito.eq(limit),
Mockito.any(Authentication.class),
Mockito.any(SearchFlags.class)))
Mockito.nullable(SearchFlags.class)))
.thenReturn(result);
return client;
}
Expand Down

0 comments on commit 6fe2004

Please sign in to comment.