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 55import static com .github .tomakehurst .wiremock .client .WireMock .post ;
66import static com .github .tomakehurst .wiremock .client .WireMock .urlEqualTo ;
77import 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
1010import com .amadeus .Amadeus ;
1111import com .amadeus .Params ;
1414import com .amadeus .resources .PointOfInterest ;
1515import com .github .tomakehurst .wiremock .WireMockServer ;
1616
17- import static org .junit .jupiter .api .Assertions .assertNotEquals ;
18-
1917import org .junit .jupiter .api .AfterEach ;
2018import org .junit .jupiter .api .BeforeEach ;
2119import org .junit .jupiter .api .Test ;
You can’t perform that action at this time.
0 commit comments