File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
src/test/java/com/amadeus/referenceData/locations/pointsOfInterest Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 5
5
import static com .github .tomakehurst .wiremock .client .WireMock .post ;
6
6
import static com .github .tomakehurst .wiremock .client .WireMock .urlEqualTo ;
7
7
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 ;
9
9
10
10
import com .amadeus .Amadeus ;
11
11
import com .amadeus .Params ;
14
14
import com .amadeus .resources .PointOfInterest ;
15
15
import com .github .tomakehurst .wiremock .WireMockServer ;
16
16
17
- import static org .junit .jupiter .api .Assertions .assertNotEquals ;
18
-
19
17
import org .junit .jupiter .api .AfterEach ;
20
18
import org .junit .jupiter .api .BeforeEach ;
21
19
import org .junit .jupiter .api .Test ;
You can’t perform that action at this time.
0 commit comments