Skip to content

Commit

Permalink
Fix test data files
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius Conjeaud committed May 22, 2024
1 parent a37d127 commit 937ed29
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/data/neomodel_inspect_database_output.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from neomodel import StructuredNode, StringProperty, RelationshipTo, StructuredRel, ZeroOrOne, ArrayProperty, FloatProperty, BooleanProperty, DateTimeProperty, IntegerProperty
from neomodel import StructuredNode, StringProperty, RelationshipTo, StructuredRel, ZeroOrOne, ArrayProperty, FloatProperty, BooleanProperty, DateProperty, DateTimeProperty, IntegerProperty
from neomodel.contrib.spatial_properties import PointProperty

class ScriptsTestNode(StructuredNode):
Expand Down
2 changes: 1 addition & 1 deletion test/data/neomodel_inspect_database_output_light.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from neomodel import StructuredNode, StringProperty, RelationshipTo, ArrayProperty, FloatProperty, BooleanProperty, DateTimeProperty, IntegerProperty
from neomodel import StructuredNode, StringProperty, RelationshipTo, ArrayProperty, FloatProperty, BooleanProperty, DateProperty, DateTimeProperty, IntegerProperty
from neomodel.contrib.spatial_properties import PointProperty

class ScriptsTestNode(StructuredNode):
Expand Down
2 changes: 1 addition & 1 deletion test/data/neomodel_inspect_database_output_pre_5_7.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from neomodel import StructuredNode, StringProperty, RelationshipTo, StructuredRel, ZeroOrOne, ArrayProperty, FloatProperty, BooleanProperty, DateTimeProperty, IntegerProperty
from neomodel import StructuredNode, StringProperty, RelationshipTo, StructuredRel, ZeroOrOne, ArrayProperty, FloatProperty, BooleanProperty, DateProperty, DateTimeProperty, IntegerProperty
from neomodel.contrib.spatial_properties import PointProperty

class ScriptsTestNode(StructuredNode):
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from neomodel import StructuredNode, StringProperty, RelationshipTo, ArrayProperty, FloatProperty, BooleanProperty, DateTimeProperty, IntegerProperty
from neomodel import StructuredNode, StringProperty, RelationshipTo, ArrayProperty, FloatProperty, BooleanProperty, DateProperty, DateTimeProperty, IntegerProperty
from neomodel.contrib.spatial_properties import PointProperty

class ScriptsTestNode(StructuredNode):
Expand Down

0 comments on commit 937ed29

Please sign in to comment.