Skip to content

Commit d2500b3

Browse files
committed
update test
1 parent d81df13 commit d2500b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_node.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ def test_get_node_attribute():
5454
"""Check '__set__' and '__get__' of 'EdgeAttribute' inside a DiGraph."""
5555

5656
with pytest.raises(AttributeError):
57-
_ = NodeWithAttribute(inputs=42).dag
57+
_ = NodeWithAttribute(inputs=42).does_not_exist
5858

5959
with znflow.base.update__graph_(value=mock.MagicMock()):
6060
with pytest.raises(AttributeError):
61-
_ = NodeWithAttribute(inputs=42).dag
61+
_ = NodeWithAttribute(inputs=42).does_not_exist

0 commit comments

Comments
 (0)