Commit bdcefaf
committed
Fix error assertion in
Previously termination of procedure resulted in `ProcedureCallFailed`
client error. After neo4j/neo4j#11036 it has
become `Transaction.Terminated` transient error.
This commit updates the assertion.Session#reset() test1 parent 7310fdf commit bdcefaf
File tree
1 file changed
+2
-2
lines changed- driver/src/test/java/org/neo4j/driver/v1/integration
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
| 211 | + | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
| 214 | + | |
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
| |||
0 commit comments