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 dcd6320 commit cb7435fCopy full SHA for cb7435f
graphdatascience/tests/integration/test_remote_graph_ops.py
@@ -67,7 +67,7 @@ def test_remote_projection_and_writeback_custom_database_name(gds_with_cloud_set
67
# we get a warning because property wcc doesn't exist in the database -- which is good!
68
with pytest.warns(RuntimeWarning):
69
nodes_with_wcc_default_db = gds_with_cloud_setup.run_cypher(count_wcc_nodes_query).squeeze()
70
- assert nodes_with_wcc_default_db["c"] == 0
+ assert nodes_with_wcc_default_db == 0
71
72
73
@pytest.mark.cloud_architecture
0 commit comments