From 93e425b3f09bd4b59962ac646d0945bb7cae14b6 Mon Sep 17 00:00:00 2001 From: martin bendsoe Date: Fri, 21 Feb 2020 11:16:55 +0100 Subject: [PATCH] fixed typo in the script --- tests/stub/scripts/v1/empty_explicit_hello_goodbye.script | 2 +- tests/stub/scripts/v2/empty_explicit_hello_goodbye.script | 2 +- tests/stub/scripts/v3/empty_explicit_hello_goodbye.script | 2 +- tests/stub/scripts/v4x0/empty_explicit_hello_goodbye.script | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/stub/scripts/v1/empty_explicit_hello_goodbye.script b/tests/stub/scripts/v1/empty_explicit_hello_goodbye.script index a3e3038c2..cd48e67a5 100644 --- a/tests/stub/scripts/v1/empty_explicit_hello_goodbye.script +++ b/tests/stub/scripts/v1/empty_explicit_hello_goodbye.script @@ -1,6 +1,6 @@ !: BOLT 1 C: INIT {"user_agent": "test", "scheme": "basic", "principal": "test", "credentials": "test"} -S: SUCCESS {server”: "Neo4j/3.3.0", "connection_id": "123e4567-e89b-12d3-a456-426655440000"} +S: SUCCESS {"server": "Neo4j/3.3.0", "connection_id": "123e4567-e89b-12d3-a456-426655440000"} C: RESET S: \ No newline at end of file diff --git a/tests/stub/scripts/v2/empty_explicit_hello_goodbye.script b/tests/stub/scripts/v2/empty_explicit_hello_goodbye.script index 4b6913fe2..7e8ae8481 100644 --- a/tests/stub/scripts/v2/empty_explicit_hello_goodbye.script +++ b/tests/stub/scripts/v2/empty_explicit_hello_goodbye.script @@ -1,6 +1,6 @@ !: BOLT 2 C: INIT {"user_agent": "test", "scheme": "basic", "principal": "test", "credentials": "test"} -S: SUCCESS {server”: "Neo4j/3.4.0", "connection_id": "123e4567-e89b-12d3-a456-426655440000"} +S: SUCCESS {"server": "Neo4j/3.4.0", "connection_id": "123e4567-e89b-12d3-a456-426655440000"} C: RESET S: \ No newline at end of file diff --git a/tests/stub/scripts/v3/empty_explicit_hello_goodbye.script b/tests/stub/scripts/v3/empty_explicit_hello_goodbye.script index ed8dc2a93..f0390f93f 100644 --- a/tests/stub/scripts/v3/empty_explicit_hello_goodbye.script +++ b/tests/stub/scripts/v3/empty_explicit_hello_goodbye.script @@ -1,6 +1,6 @@ !: BOLT 3 C: HELLO {"user_agent": "test", "scheme": "basic", "principal": "test", "credentials": "test"} -S: SUCCESS {server”: "Neo4j/3.5.0", "connection_id": "123e4567-e89b-12d3-a456-426655440000"} +S: SUCCESS {"server": "Neo4j/3.5.0", "connection_id": "123e4567-e89b-12d3-a456-426655440000"} C: GOODBYE S: \ No newline at end of file diff --git a/tests/stub/scripts/v4x0/empty_explicit_hello_goodbye.script b/tests/stub/scripts/v4x0/empty_explicit_hello_goodbye.script index ad14a3b51..0c530cca8 100644 --- a/tests/stub/scripts/v4x0/empty_explicit_hello_goodbye.script +++ b/tests/stub/scripts/v4x0/empty_explicit_hello_goodbye.script @@ -1,6 +1,6 @@ !: BOLT 4 C: HELLO {"user_agent": "test", "scheme": "basic", "principal": "test", "credentials": "test"} -S: SUCCESS {server”: "Neo4j/4.0.0", "connection_id": "123e4567-e89b-12d3-a456-426655440000"} +S: SUCCESS {"server": "Neo4j/4.0.0", "connection_id": "123e4567-e89b-12d3-a456-426655440000"} C: GOODBYE S: \ No newline at end of file