fixing a test

This commit is contained in:
leif stawnyczy 2024-04-12 16:17:17 -04:00
parent 1481d156c4
commit f2ebb6c4ce
1 changed files with 1 additions and 2 deletions

View File

@ -160,9 +160,8 @@ public class ResourceProviderR4BundleTest extends BaseResourceProviderR4Test {
for (BundleEntryComponent bundleEntry : bundleEntries) {
assertEquals(ids.get(i++), bundleEntry.getResource().getIdElement().toUnqualifiedVersionless().getValueAsString());
}
}
@Test
public void testBundleBatchWithError() {
List<String> ids = createPatients(5);