mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-02-08 22:04:45 +00:00
Test for new method instead of unused old one
This commit is contained in:
parent
001af48777
commit
bdef6f995c
@ -418,7 +418,7 @@ public class BaseWorkerContextTests {
|
|||||||
|
|
||||||
Mockito.verify(valueSetCheckerSimple).validateCode("CodeableConcept", codeableConcept);
|
Mockito.verify(valueSetCheckerSimple).validateCode("CodeableConcept", codeableConcept);
|
||||||
Mockito.verify(terminologyCache).cacheValidation(eq(cacheToken), same(createdValidationResult), eq(false));
|
Mockito.verify(terminologyCache).cacheValidation(eq(cacheToken), same(createdValidationResult), eq(false));
|
||||||
Mockito.verify(context, times(0)).validateOnServer(any(), any(), any(), any());
|
Mockito.verify(context, times(0)).validateOnServer2(any(), any(), any(), any(), any());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user