Removing test case
This commit is contained in:
parent
49feead13f
commit
6167d06dce
@ -62,14 +62,4 @@ public class ConfigureForUnixVisitorTest {
|
||||
assertThat(logger.getLoggingEvents()).extracting("level", "message").contains(
|
||||
tuple(INFO, zoom + " used with Unix configurator."));
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testVisitForHayes() {
|
||||
ConfigureForUnixVisitor conUnix = new ConfigureForUnixVisitor();
|
||||
Hayes hayes = mock(Hayes.class);
|
||||
|
||||
Assertions.assertThrows(ClassCastException.class, () -> {
|
||||
((HayesVisitor)conUnix).visit(hayes);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user