We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45260f3 commit 3ba1516Copy full SHA for 3ba1516
tests/verbs/test_extract_graph.py
@@ -92,7 +92,7 @@ async def test_extract_graph():
92
# we need to update the mocking to provide somewhat unique graphs so a true merge happens
93
# the assertion should grab a node and ensure the description matches the mock description, not the original as we are doing below
94
95
- assert nodes_actual["description"].values[0] == "Company_A is a test company" # noqa: PD011
+ assert nodes_actual["description"].to_numpy()[0] == "Company_A is a test company"
96
97
assert len(context.storage.keys()) == 0, "Storage should be empty"
98
0 commit comments