Skip to content

Commit

Permalink
descriptors fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
marcos-lg committed Aug 14, 2024
1 parent d51dde6 commit fc7f2bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public void descriptorsTest() {

descriptors = descriptorsService.listDescriptors(DescriptorSearchRequest.builder().build());
assertEquals(4, descriptors.getResults().size());
assertTrue(descriptors.getResults().stream().allMatch(r -> r.getVerbatim().size() == 3));
assertTrue(descriptors.getResults().stream().allMatch(r -> r.getVerbatim().size() == 4));

descriptorsService.deleteDescriptorGroup(descriptorGroupKey);
assertEquals(
Expand Down

0 comments on commit fc7f2bc

Please sign in to comment.