-
Notifications
You must be signed in to change notification settings - Fork 619
Commit cba0379
committed
Use different driver method in testing to ensure driver is usable.
The `verifyConnectivity` method only ensures an exception if we are using the bolt scheme. Using the neo4j scheme will run into an uncertain state and report the driver as usable.
Signed-off-by: Gerrit Meier <meistermeier@gmail.com>1 parent 62d0dc4 commit cba0379
File tree
1 file changed
+1
-1
lines changed- src/test/java/org/springframework/data/neo4j/test
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
240 | 240 |
| |
241 | 241 |
| |
242 | 242 |
| |
243 | - | ||
243 | + | ||
244 | 244 |
| |
245 | 245 |
| |
246 | 246 |
| |
|
0 commit comments