Skip to content

Commit 3ba1516

Browse files
committed
more ruff fixes
1 parent 45260f3 commit 3ba1516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/verbs/test_extract_graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ async def test_extract_graph():
9292
# we need to update the mocking to provide somewhat unique graphs so a true merge happens
9393
# the assertion should grab a node and ensure the description matches the mock description, not the original as we are doing below
9494

95-
assert nodes_actual["description"].values[0] == "Company_A is a test company" # noqa: PD011
95+
assert nodes_actual["description"].to_numpy()[0] == "Company_A is a test company"
9696

9797
assert len(context.storage.keys()) == 0, "Storage should be empty"
9898

0 commit comments

Comments
 (0)