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 4caecb0 commit 024aec2Copy full SHA for 024aec2
src/test/java/com/thealgorithms/maths/GoldbachConjectureTest.java
@@ -1,10 +1,9 @@
1
package com.thealgorithms.maths;
2
3
+import static com.thealgorithms.maths.GoldbachConjecture.getPrimeSum;
4
import org.junit.jupiter.api.Assertions;
5
import org.junit.jupiter.api.Test;
6
-import static com.thealgorithms.maths.GoldbachConjecture.getPrimeSum;
7
-
8
public class GoldbachConjectureTest {
9
@Test
10
void goldbachTestWithZero() {
0 commit comments