Test fix
This commit is contained in:
parent
e9ff2fd3ae
commit
31ef476efe
|
@ -160,7 +160,7 @@ public class FhirResourceDaoR4ConcurrentWriteTest extends BaseJpaR4Test {
|
||||||
});
|
});
|
||||||
ourLog.info("Counts: {}", counts);
|
ourLog.info("Counts: {}", counts);
|
||||||
|
|
||||||
assertEquals(60, myResourceTableDao.count(), counts.toString());
|
assertEquals(10, counts.get("Patient"), counts.toString());
|
||||||
});
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue