Skip to content

Commit 50449c5

Browse files
committed
Add import for WireMock to exercises
1 parent bcec51d commit 50449c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/exercises/WireMockExercises1Test.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
import org.junit.jupiter.api.BeforeEach;
88
import org.junit.jupiter.api.Test;
99

10+
import static com.github.tomakehurst.wiremock.client.WireMock.*;
1011
import static io.restassured.RestAssured.given;
1112

1213
@WireMockTest(httpPort = 9876)

0 commit comments

Comments
 (0)