Skip to content

Commit 17efd64

Browse files
Update MathTest.java
1 parent 678f7c0 commit 17efd64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ public void shouldAddNumbers() {
1010
Math math = new Math(23);
1111

1212
assertEquals(7, math.magicAdd(3, 4));
13+
assertEquals(7, math.magicAdd(4, 4));
1314
}
1415

1516
// Uncomment this to have 100% coverage

0 commit comments

Comments
 (0)