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 d81df13 commit d2500b3Copy full SHA for d2500b3
tests/test_node.py
@@ -54,8 +54,8 @@ def test_get_node_attribute():
54
"""Check '__set__' and '__get__' of 'EdgeAttribute' inside a DiGraph."""
55
56
with pytest.raises(AttributeError):
57
- _ = NodeWithAttribute(inputs=42).dag
+ _ = NodeWithAttribute(inputs=42).does_not_exist
58
59
with znflow.base.update__graph_(value=mock.MagicMock()):
60
61
0 commit comments