Skip to content

Commit

Permalink
Added expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
ivakegg committed Dec 21, 2023
1 parent 55b4e51 commit 9c97a7a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ public void testCreateSettings() {
expect(configuration.getUuidTypes()).andReturn(Collections.singletonList(new UUIDType("ID", "LuceneUUIDEventQuery", 28)));
expect(configuration.getBeginDate()).andReturn("20230101");
expect(configuration.getBatchLookupUpperLimit()).andReturn(10);
expect(configuration.getContentLookupTypes()).andReturn(Collections.emptyMap());
MultivaluedMap<String,String> defaultParams = new MultivaluedMapImpl<>();
defaultParams.putSingle("foo", "bar");
defaultParams.putSingle("foo2", "default");
Expand Down

0 comments on commit 9c97a7a

Please sign in to comment.