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