Skip to content

Commit 68eb66b

Browse files
Update MathTest.java
1 parent 5d2aaba commit 68eb66b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/test/java/com/codacy/utils/MathTest.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@
77
public class MathTest {
88
@Test
99
public void shouldAddNumbers() {
10-
Math math = new Math(23);
11-
12-
13-
assertEquals(7, math.magicAdd(3, 4));
14-
assertEquals(8, math.magicAdd(4, 4));
15-
}
16-
public void shouldAddNumbers2() {
1710
Math math = new Math2(23);
1811

1912

0 commit comments

Comments
 (0)