Skip to content

Commit

Permalink
Merge branch '5.0' into test-multiple-urls
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-ince authored Jul 30, 2024
2 parents 465acc2 + 14a18bb commit a675fcc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class Neo4jSourceTaskTest {

@After
fun after() {
session.run("MATCH (n) DETACH DELETE n")
session.run("MATCH (n) DETACH DELETE n").consume()
task.stop()
}

Expand Down

0 comments on commit a675fcc

Please sign in to comment.