Skip to content

Commit

Permalink
Update and rename MathTest.java to NewMathTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
DMarinhoCodacy authored Jan 9, 2025
1 parent a1e0f4f commit 54a6bee
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

import static org.junit.Assert.assertEquals;

public class MathTest {
public class NewMathTest {
@Test
public void shouldAddNumbers() {
Math math = new Math2(23);
NewMath math = new NewMath(23);


assertEquals(7, math.magicAdd(3, 4));
Expand Down

0 comments on commit 54a6bee

Please sign in to comment.