diff --git a/Java/src/test/java/com/github/vitalliuss/helloci/AppTest.java b/Java/src/test/java/com/github/vitalliuss/helloci/AppTest.java index 9d8fa0a..4538e85 100644 --- a/Java/src/test/java/com/github/vitalliuss/helloci/AppTest.java +++ b/Java/src/test/java/com/github/vitalliuss/helloci/AppTest.java @@ -18,7 +18,7 @@ public void testShouldBePassed() { @Test public void testShouldBeFailed() { - assertTrue(false); + assertTrue(true); } @Ignore("Not implemented yet")