Skip to content

Commit c2a06d6

Browse files
committed
update tests
1 parent 8a5cb3b commit c2a06d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/unit/sdk/test_node.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1105,6 +1105,7 @@ async def test_query_data_include_property(client, location_schema: NodeSchemaAP
11051105
},
11061106
"node": {
11071107
"id": None,
1108+
"hfid": None,
11081109
"display_label": None,
11091110
"__typename": None,
11101111
},
@@ -1157,6 +1158,7 @@ async def test_query_data_include(client, location_schema: NodeSchemaAPI, client
11571158
"edges": {
11581159
"node": {
11591160
"id": None,
1161+
"hfid": None,
11601162
"display_label": None,
11611163
"__typename": None,
11621164
},

0 commit comments

Comments
 (0)