We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c3e300 commit 5133a6fCopy full SHA for 5133a6f
src/test/java/com/amadeus/shopping/activities/BySquareIT.java
@@ -14,6 +14,10 @@
14
import com.amadeus.resources.Activity;
15
import com.github.tomakehurst.wiremock.WireMockServer;
16
17
+import org.junit.jupiter.api.AfterEach;
18
+import org.junit.jupiter.api.BeforeEach;
19
+import org.junit.jupiter.api.Test;
20
+
21
//https://developers.amadeus.com/self-service/category/destination-content/api-doc/points-of-interest/api-reference
22
public class BySquareIT {
23
0 commit comments