Skip to content

Commit

Permalink
Make a rule name more accurate
Browse files Browse the repository at this point in the history
  • Loading branch information
summerhenson committed Jun 21, 2024
1 parent cd42e83 commit ac95969
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public void SurroundStarDirectRule_CornerStar() throws InvalidFileFormatExceptio
}

@Test
public void SurroundStarDirectRule_FalseContradiction()
public void SurroundStarDirectRule_FalseSurroundStar()
throws InvalidFileFormatException {
TestUtilities.importTestBoard("puzzles/starbattle/rules/SurroundStarDirectRule/CornerStar", starbattle);
TreeNode rootNode = starbattle.getTree().getRootNode();
Expand Down

0 comments on commit ac95969

Please sign in to comment.