Skip to content

Commit 5578383

Browse files
author
Zhen
committed
Added `` around the command line output as it helps a lot to find the final enter in a new line.
1 parent d0a6df5 commit 5578383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/src/test/java/org/neo4j/driver/v1/util/cc/SharedCluster.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ private static Set<ClusterMember> parseStartCommandOutput( String output )
139139
throw new IllegalArgumentException( String.format(
140140
"Wrong start command output found at line [%s]. " +
141141
"Expected to have 'http_uri bolt_uri path' on each nonempty line. " +
142-
"Command output:%n%s", i + 1, output ) );
142+
"Command output:%n`%s`", i + 1, output ) );
143143
}
144144

145145
URI boltUri = URI.create( clusterMemberSplit[1] );

0 commit comments

Comments
 (0)