We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4223e23 commit 5708598Copy full SHA for 5708598
tests/unit/test_schema.py
@@ -825,26 +825,6 @@ def test_format_schema(
825
False,
826
"MATCH (n:`Person`) WITH n LIMIT 5\nRETURN {} AS output",
827
),
828
- (
829
- "Exhaustive, point property",
830
- {"metadata": {"index": []}},
831
- "Person",
832
- [{"property": "location", "type": "POINT"}],
833
- True,
834
- 5,
835
- False,
836
- "MATCH (n:`Person`)\nRETURN {} AS output",
837
- ),
838
839
- "Non-exhaustive, point property",
840
841
842
843
844
845
846
- "MATCH (n:`Person`) WITH n LIMIT 5\nRETURN {} AS output",
847
848
(
849
"Exhaustive, duration property",
850
{"metadata": {"index": []}},
0 commit comments