Skip to content

Commit

Permalink
Update MathTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
DMarinhoCodacy authored Jan 9, 2025
1 parent 5d2aaba commit 68eb66b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/test/java/com/codacy/utils/MathTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@
public class MathTest {
@Test
public void shouldAddNumbers() {
Math math = new Math(23);


assertEquals(7, math.magicAdd(3, 4));
assertEquals(8, math.magicAdd(4, 4));
}
public void shouldAddNumbers2() {
Math math = new Math2(23);


Expand Down

0 comments on commit 68eb66b

Please sign in to comment.