Skip to content

Commit cb7435f

Browse files
committed
Can I write any good Python code?
1 parent dcd6320 commit cb7435f

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
@@ -67,7 +67,7 @@ def test_remote_projection_and_writeback_custom_database_name(gds_with_cloud_set
6767
# we get a warning because property wcc doesn't exist in the database -- which is good!
6868
with pytest.warns(RuntimeWarning):
6969
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
70+
assert nodes_with_wcc_default_db == 0
7171

7272

7373
@pytest.mark.cloud_architecture

0 commit comments

Comments
 (0)