Skip to content

Commit

Permalink
fix: test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
JordenReuter committed Sep 19, 2024
1 parent 112eff8 commit 5e0b43b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ private static Stream<Arguments> criteriaAndResults() {
criteria2.setThemeName("22-222");
WorkspaceSearchCriteriaDTOV1 criteria3 = new WorkspaceSearchCriteriaDTOV1();
criteria3.setThemeName("does-not-exists");
criteria3.setProductName("");
WorkspaceSearchCriteriaDTOV1 emptyCriteria = new WorkspaceSearchCriteriaDTOV1();

return Stream.of(
Expand Down

0 comments on commit 5e0b43b

Please sign in to comment.