diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/test_flow.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_flow.py b/test/test_flow.py index 4ad692bc..718f3551 100644 --- a/test/test_flow.py +++ b/test/test_flow.py @@ -1191,6 +1191,8 @@ class TestClientConnect: c3 = c.copy() assert c3 == c + assert str(c) + def test_decoded(): r = tutils.treq() |