Skip to content

Commit eec6f6e

Browse files
committed
fix imports in DestinationsIT
1 parent ae519e1 commit eec6f6e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/test/java/com/amadeus/airline/DestinationsIT.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
import static com.github.tomakehurst.wiremock.client.WireMock.post;
66
import static com.github.tomakehurst.wiremock.client.WireMock.urlEqualTo;
77
import static org.assertj.core.api.AssertionsForClassTypes.assertThatThrownBy;
8-
import static org.assertj.core.api.BDDAssertions.then;
8+
import static org.junit.jupiter.api.Assertions.assertEquals;
9+
import static org.junit.jupiter.api.Assertions.assertNotEquals;
910

1011
import com.amadeus.Amadeus;
1112
import com.amadeus.Params;
@@ -14,9 +15,6 @@
1415
import com.amadeus.resources.Destination;
1516
import com.github.tomakehurst.wiremock.WireMockServer;
1617

17-
import static org.junit.jupiter.api.Assertions.assertEquals;
18-
import static org.junit.jupiter.api.Assertions.assertNotEquals;
19-
2018
import org.junit.jupiter.api.AfterEach;
2119
import org.junit.jupiter.api.BeforeEach;
2220
import org.junit.jupiter.api.Test;

0 commit comments

Comments
 (0)