File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
graphdatascience/tests/integration Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ def test_remote_write_back_relationship_property(gds_with_cloud_setup: AuraGraph
135135 assert result ["relationshipsWritten" ] == 4
136136
137137
138- # @pytest.mark.cloud_architecture
138+ @pytest .mark .cloud_architecture
139139@pytest .mark .compatible_with (min_inclusive = ServerVersion (2 , 7 , 0 ))
140140def test_remote_write_back_relationship_properties (gds_with_cloud_setup : AuraGraphDataScience ) -> None :
141141 G , result = gds_with_cloud_setup .graph .project (
@@ -152,7 +152,7 @@ def test_remote_write_back_relationship_properties(gds_with_cloud_setup: AuraGra
152152 assert result ["relationshipsWritten" ] == 4
153153
154154
155- # @pytest.mark.cloud_architecture
155+ @pytest .mark .cloud_architecture
156156@pytest .mark .compatible_with (min_inclusive = ServerVersion (2 , 7 , 0 ))
157157def test_remote_write_back_relationship_property_from_pathfinding_algo (
158158 gds_with_cloud_setup : AuraGraphDataScience ,
You can’t perform that action at this time.
0 commit comments