Skip to content

Commit

Permalink
Added another dummy test
Browse files Browse the repository at this point in the history
  • Loading branch information
charlestian23 committed Oct 10, 2023
1 parent 19f0c26 commit f2b1cfa
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/test/java/puzzles/shorttruthtable/rules/DummyTest.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
package puzzles.shorttruthtable.rules;

import org.junit.Test;

import static org.junit.Assert.fail;

public class DummyTest {

@Test
public void testFailure() {
fail("This test intentionally fails. Your JUnit configuration is working if you see this message.");
}
}

0 comments on commit f2b1cfa

Please sign in to comment.