Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
GMartin-dev committed Dec 17, 2024
1 parent 6bc75ab commit 6be4414
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
nodes=[
Node(id="foo", type="foo"),
Node(id="bar", type="bar"),
Node(id="foo", type="foo", property={"property_a": "a"}),
Node(id="foo", type="foo", properties={"property_a": "a"}),
],
relationships=[
Relationship(
Expand Down

0 comments on commit 6be4414

Please sign in to comment.