Skip to content

Commit 41a7067

Browse files
committed
Reformat the test with static imports first
1 parent 82828cd commit 41a7067

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/com/thealgorithms/maths/VampireNumberTest.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
package com.thealgorithms.maths;
22

3-
import org.junit.jupiter.api.Test;
4-
53
import static com.thealgorithms.maths.VampireNumber.isVampireNumber;
64
import static com.thealgorithms.maths.VampireNumber.splitIntoSortedDigits;
75
import static org.junit.jupiter.api.Assertions.*;
86

7+
import org.junit.jupiter.api.Test;
8+
99
class VampireNumberTest {
1010
@Test
1111
void areVampireNumbers() {

0 commit comments

Comments
 (0)