Skip to content

Commit 3e56e00

Browse files
committed
Align with repackaging of Neo4j's ServiceUnavailableException
See gh-18162
1 parent 715e904 commit 3e56e00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-data-neo4j/src/test/java/smoketest/data/neo4j/SampleNeo4jApplicationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
import org.junit.jupiter.api.Test;
2020
import org.junit.jupiter.api.extension.ExtendWith;
21-
import org.neo4j.driver.v1.exceptions.ServiceUnavailableException;
21+
import org.neo4j.driver.exceptions.ServiceUnavailableException;
2222

2323
import org.springframework.boot.test.system.CapturedOutput;
2424
import org.springframework.boot.test.system.OutputCaptureExtension;

0 commit comments

Comments
 (0)