We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5cb2a3 commit 7466fefCopy full SHA for 7466fef
driver/src/test/java/org/neo4j/driver/util/StubServer.java
@@ -122,7 +122,7 @@ private static boolean boltKitAvailable()
122
try
123
{
124
// run 'help' command to see if boltstub is available
125
- Process process = new ProcessBuilder( "bolt").start();
+ Process process = new ProcessBuilder( "bolt" ).start();
126
int exitCode = process.waitFor();
127
return exitCode == 0;
128
}
0 commit comments