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 12671f7 commit 5265736Copy full SHA for 5265736
src/test/java/com/thealgorithms/misc/PalindromePrimeTest.java
@@ -1,6 +1,8 @@
1
package com.thealgorithms.misc;
2
3
-import static org.junit.jupiter.api.Assertions.*;
+import static org.junit.jupiter.api.Assertions.assertEquals;
4
+import static org.junit.jupiter.api.Assertions.assertFalse;
5
+import static org.junit.jupiter.api.Assertions.assertTrue;
6
7
import java.util.List;
8
import org.junit.jupiter.api.Test;
0 commit comments