mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-16 09:55:09 +00:00
fixing broken test.
This commit is contained in:
parent
05e2afc040
commit
fd0ff7072c
@ -232,6 +232,9 @@ class BaseHapiFhirResourceDaoTest {
|
||||
entity.setId(123L);
|
||||
entity.setFhirId("456");
|
||||
|
||||
// set a transactionService that will actually execute the callback
|
||||
mySvc.setTransactionService(new MockHapiTransactionService());
|
||||
|
||||
// mock
|
||||
when(myRequestPartitionHelperSvc.determineReadPartitionForRequestForRead(
|
||||
any(RequestDetails.class),
|
||||
|
Loading…
x
Reference in New Issue
Block a user