Skip to content

Commit 5708598

Browse files
committed
Removed duplicate tests
1 parent 4223e23 commit 5708598

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

tests/unit/test_schema.py

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -825,26 +825,6 @@ def test_format_schema(
825825
False,
826826
"MATCH (n:`Person`) WITH n LIMIT 5\nRETURN {} AS output",
827827
),
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-
{"metadata": {"index": []}},
841-
"Person",
842-
[{"property": "location", "type": "POINT"}],
843-
False,
844-
5,
845-
False,
846-
"MATCH (n:`Person`) WITH n LIMIT 5\nRETURN {} AS output",
847-
),
848828
(
849829
"Exhaustive, duration property",
850830
{"metadata": {"index": []}},

0 commit comments

Comments
 (0)