We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41a7067 commit c8f0a66Copy full SHA for c8f0a66
src/test/java/com/thealgorithms/maths/VampireNumberTest.java
@@ -2,7 +2,9 @@
2
3
import static com.thealgorithms.maths.VampireNumber.isVampireNumber;
4
import static com.thealgorithms.maths.VampireNumber.splitIntoSortedDigits;
5
-import static org.junit.jupiter.api.Assertions.*;
+import static org.junit.jupiter.api.Assertions.assertEquals;
6
+import static org.junit.jupiter.api.Assertions.assertFalse;
7
+import static org.junit.jupiter.api.Assertions.assertTrue;
8
9
import org.junit.jupiter.api.Test;
10
0 commit comments