1
0
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:
2025-06-18 21:09:04 +02:00
parent c590a3e70e
commit 66dc292a69
4 changed files with 1593 additions and 1393 deletions

View File

@ -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