Skip to content

Commit 5133a6f

Browse files
committed
fix missing import
1 parent 8c3e300 commit 5133a6f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/test/java/com/amadeus/shopping/activities/BySquareIT.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
import com.amadeus.resources.Activity;
1515
import com.github.tomakehurst.wiremock.WireMockServer;
1616

17+
import org.junit.jupiter.api.AfterEach;
18+
import org.junit.jupiter.api.BeforeEach;
19+
import org.junit.jupiter.api.Test;
20+
1721
//https://developers.amadeus.com/self-service/category/destination-content/api-doc/points-of-interest/api-reference
1822
public class BySquareIT {
1923

0 commit comments

Comments
 (0)