Skip to content

Commit ff6318d

Browse files
Update MathTest.java
1 parent 17efd64 commit ff6318d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +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));
13+
assertEquals(8, math.magicAdd(4, 4));
1414
}
1515

1616
// Uncomment this to have 100% coverage

0 commit comments

Comments
 (0)