Skip to content

Commit c8f0a66

Browse files
committed
Reformat VampireNumberTest without * imports for asserts
1 parent 41a7067 commit c8f0a66

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
import static com.thealgorithms.maths.VampireNumber.isVampireNumber;
44
import static com.thealgorithms.maths.VampireNumber.splitIntoSortedDigits;
5-
import static org.junit.jupiter.api.Assertions.*;
5+
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;
68

79
import org.junit.jupiter.api.Test;
810

0 commit comments

Comments
 (0)