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 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 .assertEquals ;
9
+ import static org .junit .jupiter .api .Assertions .assertNotEquals ;
9
10
10
11
import com .amadeus .Amadeus ;
11
12
import com .amadeus .Params ;
14
15
import com .amadeus .resources .Destination ;
15
16
import com .github .tomakehurst .wiremock .WireMockServer ;
16
17
17
- import static org .junit .jupiter .api .Assertions .assertEquals ;
18
- import static org .junit .jupiter .api .Assertions .assertNotEquals ;
19
-
20
18
import org .junit .jupiter .api .AfterEach ;
21
19
import org .junit .jupiter .api .BeforeEach ;
22
20
import org .junit .jupiter .api .Test ;
You can’t perform that action at this time.
0 commit comments