Skip to content

Commit 3636c22

Browse files
committed
Fix pandas warning filter
1 parent c5c14dd commit 3636c22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphdatascience/tests/integration/test_graph_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@ def test_graph_relationships_stream_without_arrow(gds_without_arrow: GraphDataSc
750750
warnings.filterwarnings(
751751
"ignore",
752752
category=DeprecationWarning,
753-
message=r"Passing a BlockManager to DataFrame is deprecated",
753+
message=r"Passing a BlockManager to TopologyDataFrame is deprecated",
754754
)
755755

756756
assert result.shape[0] == expected.shape[0]

0 commit comments

Comments
 (0)