diff options
Diffstat (limited to 'test/test_flow.py')
-rw-r--r-- | test/test_flow.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/test_flow.py b/test/test_flow.py index a3fa48d7..463375aa 100644 --- a/test/test_flow.py +++ b/test/test_flow.py @@ -326,9 +326,6 @@ class uState(libpry.AutoTree): f.intercepting = True c.clear() - assert c.flow_count() == 1 - f.intercepting = False - c.clear() assert c.flow_count() == 0 def test_dump_flows(self): |