Skip to content

Commit f49c3bf

Browse files
committed
corrected imports order in ParamsTest
1 parent 1ba992a commit f49c3bf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/java/com/amadeus/ParamsTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
import static org.junit.jupiter.api.Assertions.assertEquals;
44
import static org.junit.jupiter.api.Assertions.assertThrows;
55

6-
import org.junit.jupiter.api.Test;
7-
86
import java.util.Arrays;
7+
import org.junit.jupiter.api.Test;
98

109
public class ParamsTest {
1110
/**

0 commit comments

Comments
 (0)