We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7a7d76 commit e9f5931Copy full SHA for e9f5931
graphdatascience/tests/integration/test_remote_graph_ops.py
@@ -73,7 +73,7 @@ def test_remote_write_back_node_similarity(gds_with_cloud_setup: AuraGraphDataSc
73
G, writeRelationshipType="SIMILAR", writeProperty="score", similarityCutoff=0
74
)
75
76
- assert result["relationshipsWritten"] == 4
+ assert result["relationshipsWritten"] == 2
77
78
79
@pytest.mark.cloud_architecture
0 commit comments