Skip to content
Snippets Groups Projects
Commit 2e4e7ce6 authored by Saurav Saurav's avatar Saurav Saurav
Browse files

corrections!

parent a1996e40
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ public class DotsAndBoxesGridTest {
public void ifSquareIsComplete() {
DotsAndBoxesGrid grid = new DotsAndBoxesGrid(15, 8, 2);
grid.drawHorizontal(2,2,1);
grid.drawVertical(2,2,1)
grid.drawVertical(2,2,1);
assertTrue(grid.boxComplete(2,2));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment