Skip to content

Commit 54a6bee

Browse files
Update and rename MathTest.java to NewMathTest.java
1 parent a1e0f4f commit 54a6bee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/com/codacy/utils/MathTest.java renamed to src/test/java/com/codacy/utils/NewMathTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
import static org.junit.Assert.assertEquals;
66

7-
public class MathTest {
7+
public class NewMathTest {
88
@Test
99
public void shouldAddNumbers() {
10-
Math math = new Math2(23);
10+
NewMath math = new NewMath(23);
1111

1212

1313
assertEquals(7, math.magicAdd(3, 4));

0 commit comments

Comments
 (0)