We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96bbfa1 commit c79a500Copy full SHA for c79a500
fhir/com.b2international.snowowl.fhir.rest.tests/src/com/b2international/snowowl/fhir/tests/FhirTest.java
@@ -39,7 +39,7 @@ public class FhirTest {
39
40
protected static final String TEST_DATE_STRING = "2018-03-23T07:49:40.000+0000"; //$NON-NLS-N$
41
42
- protected static final ObjectMapper objectMapper = new SnowOwlApiConfig().objectMapper();
+ protected static final ObjectMapper objectMapper = new SnowOwlApiConfig().createObjectMapper();
43
44
@Rule
45
public ExpectedException exception = ExpectedException.none();
0 commit comments