Skip to content

Commit

Permalink
Fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
rkorytkowski committed Dec 15, 2021
1 parent a5de0f8 commit 33c1c8d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -166,7 +166,7 @@ public void testSearchCodeSystem_head_return_empty() {
when(sourceRepository.findAllLatest(anyList())).thenReturn(Arrays.asList(source1));
CodeSystemResourceProvider provider = codeSystemProvider();
Bundle bundle = provider.searchCodeSystems(null, null, null, null, null, null, requestDetails);
assertEquals(0, bundle.getTotal());
assertEquals(1, bundle.getTotal());
}

@Test
Expand Down

0 comments on commit 33c1c8d

Please sign in to comment.