Skip to content

Commit 8d28039

Browse files
committed
fix import in BySquareIt
1 parent 5133a6f commit 8d28039

File tree

1 file changed

+1
-3
lines changed
  • src/test/java/com/amadeus/referenceData/locations/pointsOfInterest

1 file changed

+1
-3
lines changed

src/test/java/com/amadeus/referenceData/locations/pointsOfInterest/BySquareIT.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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.assertNotEquals;
99

1010
import com.amadeus.Amadeus;
1111
import com.amadeus.Params;
@@ -14,8 +14,6 @@
1414
import com.amadeus.resources.PointOfInterest;
1515
import com.github.tomakehurst.wiremock.WireMockServer;
1616

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

0 commit comments

Comments
 (0)