We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a743920 commit 2278690Copy full SHA for 2278690
1 file changed
src/test/java/com/thealgorithms/strings/ComplexNumberMultiplyTest.java
@@ -20,4 +20,4 @@ void testNegative() {
20
void testZero() {
21
assertEquals("0+0i", ComplexNumberMultiply.multiply("0+0i", "5+3i"));
22
}
23
-}
+}
0 commit comments