Remove empty tests

This commit is contained in:
Antonin Delpeuch 2018-06-10 09:30:06 +01:00
parent 1910833ad8
commit ab3adc0329

View File

@ -54,15 +54,5 @@ public class RestrictedValuesScrutinizerTest extends SnakScrutinizerTest {
MockConstraintFetcher.forbiddenValueQid));
assertWarningsRaised(RestrictedValuesScrutinizer.type);
}
@Test
public void testNoValueAllowed() {
}
@Test
public void testNoValueDisallowed() {
}
}