aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test_flow.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_flow.py b/test/test_flow.py
index fe84be53..3e126263 100644
--- a/test/test_flow.py
+++ b/test/test_flow.py
@@ -500,7 +500,9 @@ class uFlowMaster(libpry.AutoTree):
fm.load_flow(f)
assert s.flow_count() == 1
f2 = fm.duplicate_flow(f)
+ assert f2.response
assert s.flow_count() == 2
+ assert s.index(f2)
def test_all(self):
s = flow.State()