We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17efd64 commit ff6318dCopy full SHA for ff6318d
src/test/java/com/codacy/utils/MathTest.java
@@ -10,7 +10,7 @@ public void shouldAddNumbers() {
10
Math math = new Math(23);
11
12
assertEquals(7, math.magicAdd(3, 4));
13
- assertEquals(7, math.magicAdd(4, 4));
+ assertEquals(8, math.magicAdd(4, 4));
14
}
15
16
// Uncomment this to have 100% coverage
0 commit comments