Skip to content

Commit dbe595c

Browse files
committed
Update unit test
1 parent 946e07e commit dbe595c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/retrievers/external/test_weaviate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ def test_match_query_with_both_return_properties_and_retrieval_query() -> None:
262262

263263
def test_match_query_with_custom_node_label() -> None:
264264
match_query = get_match_query(
265-
return_properties=["name", "age"], node_label="MyNodeLabel"
265+
return_properties=["name", "age"], node_label="`MyNodeLabel`"
266266
)
267267
expected = (
268268
"UNWIND $match_params AS match_param "

0 commit comments

Comments
 (0)