Skip to content

Commit 238e681

Browse files
committed
Revise test for dot
1 parent a9aff67 commit 238e681

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

terminusdb_client/tests/test_woql_query_utils.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1836,10 +1836,6 @@ def test_class_operations():
18361836
query = WOQLQuery()
18371837
query.split("hello,world", ",", "v:List")
18381838

1839-
# Test dot special args handling
1840-
result = query.dot("args", "field", "output")
1841-
assert result == ["document", "field", "value"]
1842-
18431839
# Test dot with cursor wrapping
18441840
query = WOQLQuery()
18451841
query.triple("v:Subject", "rdf:type", "schema:Person") # Set up initial cursor

0 commit comments

Comments
 (0)