Skip to content

Commit 88b9479

Browse files
committed
Fix test
1 parent 32bef98 commit 88b9479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphdatascience/tests/integration/test_remote_graph_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,4 +219,4 @@ def test_empty_graph_write_back(
219219

220220
result = gds_with_cloud_setup.wcc.write(G, writeProperty="wcc")
221221

222-
assert result["relationshipsWritten"] == 0
222+
assert result["nodePropertiesWritten"] == 0

0 commit comments

Comments
 (0)