File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
src/test/java/com/amadeus/airline Expand file tree Collapse file tree 1 file changed +2
-4
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 .assertEquals ;
9+ import static org .junit .jupiter .api .Assertions .assertNotEquals ;
910
1011import com .amadeus .Amadeus ;
1112import com .amadeus .Params ;
1415import com .amadeus .resources .Destination ;
1516import 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-
2018import org .junit .jupiter .api .AfterEach ;
2119import org .junit .jupiter .api .BeforeEach ;
2220import org .junit .jupiter .api .Test ;
You can’t perform that action at this time.
0 commit comments