Skip to content

Commit e9f5931

Browse files
Fix remote node similarity test
1 parent c7a7d76 commit e9f5931

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
@@ -73,7 +73,7 @@ def test_remote_write_back_node_similarity(gds_with_cloud_setup: AuraGraphDataSc
7373
G, writeRelationshipType="SIMILAR", writeProperty="score", similarityCutoff=0
7474
)
7575

76-
assert result["relationshipsWritten"] == 4
76+
assert result["relationshipsWritten"] == 2
7777

7878

7979
@pytest.mark.cloud_architecture

0 commit comments

Comments
 (0)