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 03ed9a9a..a2051eae 100644
--- a/test/test_flow.py
+++ b/test/test_flow.py
@@ -143,7 +143,7 @@ class TestServerPlaybackState:
s = flow.ServerPlaybackState(None, [r, r2], False, True)
assert s.count() == 2
- n = s.next_flow(r)
+ s.next_flow(r)
assert s.count() == 2