Skip to content

Commit

Permalink
removed bad testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomlneto committed May 19, 2016
1 parent f1c15f3 commit b891c3f
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,4 @@ public void testDiv() {
SimpleCalculator calc = new SimpleCalculator();
assertEquals(calc.div(8, 2), 4);
}
@Test
public void testAddBad() {
SimpleCalculator calc = new SimpleCalculator();
assertEquals(calc.add(1, 1), 3);
}
}

0 comments on commit b891c3f

Please sign in to comment.