Refactoring tests

This commit is contained in:
Luca Frosini 2019-11-15 14:43:48 +01:00
parent 64f35ff0b6
commit c661f9a52c
2 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ public class HarmonizerTest extends ContextTest {
@Test
public void testUnMarshallingMatcherReplace() throws Exception {
InputStream inputStream = HarmonizerTest.class.getClassLoader().getResourceAsStream("newRules.json");
InputStream inputStream = HarmonizerTest.class.getClassLoader().getResourceAsStream("rule.json");
ObjectMapper mapper = DSMapper.getObjectMapper();
MatcherReplace matcherReplace = mapper.readValue(inputStream, MatcherReplace.class);
logger.debug("{}", matcherReplace);