Skip to content

Commit

Permalink
Shouldn't have touched these files
Browse files Browse the repository at this point in the history
  • Loading branch information
charlestian23 committed Oct 17, 2023
1 parent 0c316c9 commit f728447
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public static void setup() {
*/
@Test
public void MatchingFalseTest() throws InvalidFileFormatException {
TestUtilities.importTestBoard("puzzles/shorttruthtable/rules/AtomicDirectRule/UnknownFalseA", stt);
TestUtilities.importTestBoard("puzzles/shorttruthtable/rules/AtomicDirectRule/FalseA", stt);
TreeNode rootNode = stt.getTree().getRootNode();
TreeTransition transition = rootNode.getChildren().get(0);
transition.setRule(RULE);
Expand All @@ -64,7 +64,7 @@ public void MatchingFalseTest() throws InvalidFileFormatException {
*/
@Test
public void MismatchingFalseTest() throws InvalidFileFormatException {
TestUtilities.importTestBoard("puzzles/shorttruthtable/rules/AtomicDirectRule/UnknownFalseA", stt);
TestUtilities.importTestBoard("puzzles/shorttruthtable/rules/AtomicDirectRule/FalseA", stt);
TreeNode rootNode = stt.getTree().getRootNode();
TreeTransition transition = rootNode.getChildren().get(0);
transition.setRule(RULE);
Expand Down

0 comments on commit f728447

Please sign in to comment.