mirror of
https://github.com/dnpm-dip/mv64e-mtb-dto-java.git
synced 2025-07-04 03:22:54 +00:00
Update data model
This commit is contained in:
@ -10,8 +10,8 @@ class ConverterTest {
|
||||
|
||||
@Test
|
||||
void shouldDeserializeJsonString() throws IOException {
|
||||
var ressource = getClass().getClassLoader().getResource("mv64e-mtb-fake-patient.json");
|
||||
assertNotNull(Converter.fromJsonString(new String(ressource.openStream().readAllBytes())));
|
||||
var resource = getClass().getClassLoader().getResource("mv64e-mtb-fake-patient.json");
|
||||
assertNotNull(Converter.fromJsonString(new String(resource.openStream().readAllBytes())));
|
||||
}
|
||||
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user