Skip to content

Commit

Permalink
this does nothing
Browse files Browse the repository at this point in the history
its forcing me to do this
  • Loading branch information
kchiu1 committed Apr 16, 2024
1 parent cc612dd commit 4d78d84
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ public static void setUp() {
@Test
public void LastCellForNumberDirectRuleTest() throws InvalidFileFormatException {
//Import board and create transition
//puzzles\sudoku\rules\LastCellForNumberDirectRule\TestBoard
TestUtilities.importTestBoard("puzzles/sudoku/rules/LastCellForNumberDirectRule/TestBoard", sudoku);
TreeNode rootNode = sudoku.getTree().getRootNode();
TreeTransition transition = rootNode.getChildren().get(0);
Expand Down

0 comments on commit 4d78d84

Please sign in to comment.