Skip to content

Commit c544b50

Browse files
fixed typo in the script (#358)
1 parent 1b04f03 commit c544b50

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!: BOLT 1
22

33
C: INIT {"user_agent": "test", "scheme": "basic", "principal": "test", "credentials": "test"}
4-
S: SUCCESS {server: "Neo4j/3.3.0", "connection_id": "123e4567-e89b-12d3-a456-426655440000"}
4+
S: SUCCESS {"server": "Neo4j/3.3.0", "connection_id": "123e4567-e89b-12d3-a456-426655440000"}
55
C: RESET
66
S: <EXIT>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!: BOLT 2
22

33
C: INIT {"user_agent": "test", "scheme": "basic", "principal": "test", "credentials": "test"}
4-
S: SUCCESS {server: "Neo4j/3.4.0", "connection_id": "123e4567-e89b-12d3-a456-426655440000"}
4+
S: SUCCESS {"server": "Neo4j/3.4.0", "connection_id": "123e4567-e89b-12d3-a456-426655440000"}
55
C: RESET
66
S: <EXIT>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!: BOLT 3
22

33
C: HELLO {"user_agent": "test", "scheme": "basic", "principal": "test", "credentials": "test"}
4-
S: SUCCESS {server: "Neo4j/3.5.0", "connection_id": "123e4567-e89b-12d3-a456-426655440000"}
4+
S: SUCCESS {"server": "Neo4j/3.5.0", "connection_id": "123e4567-e89b-12d3-a456-426655440000"}
55
C: GOODBYE
66
S: <EXIT>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!: BOLT 4
22

33
C: HELLO {"user_agent": "test", "scheme": "basic", "principal": "test", "credentials": "test"}
4-
S: SUCCESS {server: "Neo4j/4.0.0", "connection_id": "123e4567-e89b-12d3-a456-426655440000"}
4+
S: SUCCESS {"server": "Neo4j/4.0.0", "connection_id": "123e4567-e89b-12d3-a456-426655440000"}
55
C: GOODBYE
66
S: <EXIT>

0 commit comments

Comments
 (0)