Skip to content

Commit 2746379

Browse files
committed
Remaining woql_query
1 parent b4fa033 commit 2746379

2 files changed

Lines changed: 546 additions & 2 deletions

File tree

terminusdb_client/tests/test_woql_json_operations.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ def test_clean_data_value_with_variable_string(self):
126126
"""Test _clean_data_value with variable string."""
127127
query = WOQLQuery()
128128
result = query._clean_data_value("v:test")
129-
# Variable strings are wrapped as Value with variable
129+
# Variable strings are expanded via _expand_data_variable
130130
assert "variable" in result
131-
assert result["@type"] == "Value"
131+
assert result["@type"] == "DataValue"
132132

133133
def test_clean_data_value_with_string_and_target(self):
134134
"""Test _clean_data_value with string and explicit target."""

0 commit comments

Comments
 (0)