Skip to content

Commit

Permalink
Changed TurtleSoupTest
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Wang committed Sep 16, 2013
1 parent 72848c8 commit 8fd9251
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/turtle/TurtleSoupTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ public void calculatePolygonSidesFromAngleTest() {
assertEquals(3, TurtleSoup.calculatePolygonSidesFromAngle(60.0));
assertEquals(7, TurtleSoup.calculatePolygonSidesFromAngle(128.57));
assertEquals(5, TurtleSoup.calculatePolygonSidesFromAngle(108.0));

}

/**
Expand Down

0 comments on commit 8fd9251

Please sign in to comment.