Skip to content
Snippets Groups Projects
Commit 63e600dd authored by Angus Cuskelly's avatar Angus Cuskelly
Browse files

Fixed error in boxCompleteDetectsCompletedBoxes test

parent 48e30574
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ public class DotsAndBoxesGridTest {
case1.drawHorizontal(0, 0, 0);
case1.drawVertical(0, 0, 1);
case1.drawHorizontal(0, 1, 0);
case1.drawHorizontal(1, 0, 1);
case1.drawVertical(1, 0, 1);
assertTrue(case1.boxComplete(0, 0));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment