Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def test_statement_without_parameters(self):
result = session.run("CREATE (p:Person { name: 'The One' })")
ones_created = result.summary.statistics.nodes_created
print("There were {0} the ones created.".format(ones_created))
#end::statement-without-parameterst[]
#end::statement-without-parameters[]
assert ones_created == 1
session.close()

Expand Down