Try to prevent test failure under load

This commit is contained in:
James Agnew 2017-08-18 13:57:43 -04:00
parent 4bd1c1d0de
commit 7764484f44
1 changed files with 0 additions and 1 deletions

View File

@ -143,7 +143,6 @@ public class FhirResourceDaoDstu3SearchPageExpiryTest extends BaseJpaDstu3Test {
newTxTemplate().execute(new TransactionCallbackWithoutResult() {
@Override
protected void doInTransactionWithoutResult(TransactionStatus theArg0) {
assertNotNull(mySearchEntityDao.findByUuid(searchUuid1));
assertNotNull(mySearchEntityDao.findByUuid(searchUuid3));
}
});