Remove empty tests

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

View File

@ -55,14 +55,4 @@ public class RestrictedValuesScrutinizerTest extends SnakScrutinizerTest {
assertWarningsRaised(RestrictedValuesScrutinizer.type);
}
@Test
public void testNoValueAllowed() {
}
@Test
public void testNoValueDisallowed() {
}
}