Skip to content

Commit 3cd574e

Browse files
add missing imports
1 parent 3ea489d commit 3cd574e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pactVerificationTest/java/uk/gov/hmcts/cp/pact/provider/CourtScheduleProviderPactTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
import org.junit.jupiter.api.Tag;
1212
import org.junit.jupiter.api.TestTemplate;
1313
import org.junit.jupiter.api.extension.ExtendWith;
14+
import org.slf4j.Logger;
15+
import org.slf4j.LoggerFactory;
1416
import org.springframework.beans.factory.annotation.Autowired;
1517
import org.springframework.boot.test.context.SpringBootTest;
1618
import org.springframework.boot.test.web.server.LocalServerPort;

0 commit comments

Comments
 (0)