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 dba445f commit ae5f3a2Copy full SHA for ae5f3a2
src/test/java/com/thealgorithms/maths/PowerOfFourTest.java
@@ -1,10 +1,9 @@
1
package com.thealgorithms.maths;
2
3
-import com.thealgorithms.maths.PowerOfFour;
4
-
5
import static org.junit.jupiter.api.Assertions.assertFalse;
6
import static org.junit.jupiter.api.Assertions.assertTrue;
7
+import com.thealgorithms.maths.PowerOfFour;
8
import org.junit.jupiter.api.Test;
9
10
class PowerOfFourTest {
@@ -36,4 +35,3 @@ void testEdgeCases() {
36
35
assertFalse(PowerOfFour.isPowerOfFour(-4));
37
}
38
39
0 commit comments