Skip to content

Commit ca4c8db

Browse files
committed
style(test): reorder imports in UvaTestRunner
1 parent 4166279 commit ca4c8db

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/test/java/UvaTestRunner.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import org.junit.jupiter.api.Test;
1+
import static org.junit.jupiter.api.Assertions.*;
22

33
import java.io.ByteArrayInputStream;
44
import java.io.ByteArrayOutputStream;
@@ -12,8 +12,7 @@
1212
import java.util.List;
1313
import java.util.Objects;
1414
import java.util.stream.Collectors;
15-
16-
import static org.junit.jupiter.api.Assertions.*;
15+
import org.junit.jupiter.api.Test;
1716

1817
class UvaTestRunner {
1918

0 commit comments

Comments
 (0)