Skip to content

Commit ac4aeb2

Browse files
authored
Change import order
1 parent 5c65ced commit ac4aeb2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

exercises/practice/acronym/src/test/java/AcronymTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import org.junit.jupiter.api.Disabled;
2-
import org.junit.jupiter.api.Test;
32
import org.junit.jupiter.api.DisplayName;
3+
import org.junit.jupiter.api.Test;
4+
45

56
import static org.assertj.core.api.Assertions.assertThat;
67

0 commit comments

Comments
 (0)