Skip to content

Commit 10d75cd

Browse files
committed
Switch back to test containers.
1 parent 45e71a2 commit 10d75cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/kotlin/com/embabel/guide/TestApplicationContext.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class TestApplicationContext {
4040
* Set to true for faster tests with local Neo4j (requires Neo4j running on localhost:7687).
4141
* Set to false to use Testcontainers (slower startup, but fully isolated).
4242
*/
43-
const val useLocalNeo4j = true
43+
const val useLocalNeo4j = false
4444

4545
// Local Neo4j connection details
4646
private const val LOCAL_NEO4J_URI = "bolt://localhost:7687"

0 commit comments

Comments
 (0)