Fixed test

This commit is contained in:
Luca Frosini 2019-11-15 14:41:13 +01:00
parent 2cf3b76a68
commit 64f35ff0b6
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ public class TestRules {
}
@Test
public void testRule(String rulePrefix) throws Exception {
ObjectMapper mapper = DSMapper.getObjectMapper();
InputStream regexInputStream = TestRules.class.getClassLoader().getResourceAsStream(rulePrefix + "-rule.json");