Polish
This commit is contained in:
@@ -32,8 +32,10 @@ class MyIntegrationTests {
|
||||
}
|
||||
|
||||
companion object {
|
||||
|
||||
@Container
|
||||
val neo4j = Neo4jContainer("neo4j:5")
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -34,9 +34,12 @@ class MyIntegrationTests {
|
||||
}
|
||||
|
||||
companion object {
|
||||
|
||||
@Container
|
||||
@ServiceConnection
|
||||
@JvmStatic
|
||||
val neo4j = Neo4jContainer("neo4j:5");
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user