aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_flow.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_flow.py')
-rw-r--r--test/test_flow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_flow.py b/test/test_flow.py
index 45daf0c5..94c4614d 100644
--- a/test/test_flow.py
+++ b/test/test_flow.py
@@ -830,7 +830,7 @@ class uError(libpry.AutoTree):
def test_getset_state(self):
e = flow.Error(None, "Error")
state = e._get_state()
- assert flow.Error._from_state(state) == e
+ assert flow.Error._from_state(None, state) == e
assert e.copy()