We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ea489d commit 3cd574eCopy full SHA for 3cd574e
src/pactVerificationTest/java/uk/gov/hmcts/cp/pact/provider/CourtScheduleProviderPactTest.java
@@ -11,6 +11,8 @@
11
import org.junit.jupiter.api.Tag;
12
import org.junit.jupiter.api.TestTemplate;
13
import org.junit.jupiter.api.extension.ExtendWith;
14
+import org.slf4j.Logger;
15
+import org.slf4j.LoggerFactory;
16
import org.springframework.beans.factory.annotation.Autowired;
17
import org.springframework.boot.test.context.SpringBootTest;
18
import org.springframework.boot.test.web.server.LocalServerPort;
0 commit comments