Skip to content

Commit 6167d06

Browse files
committedJun 14, 2018
Removing test case
1 parent 49feead commit 6167d06

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed
 

‎acyclic-visitor/src/test/java/com/iluwatar/acyclicvisitor/ConfigureForUnixVisitorTest.java

-10
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,4 @@ public void testVisitForZoom() {
6262
assertThat(logger.getLoggingEvents()).extracting("level", "message").contains(
6363
tuple(INFO, zoom + " used with Unix configurator."));
6464
}
65-
66-
@Test
67-
public void testVisitForHayes() {
68-
ConfigureForUnixVisitor conUnix = new ConfigureForUnixVisitor();
69-
Hayes hayes = mock(Hayes.class);
70-
71-
Assertions.assertThrows(ClassCastException.class, () -> {
72-
((HayesVisitor)conUnix).visit(hayes);
73-
});
74-
}
7565
}

0 commit comments

Comments
 (0)