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.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test_flow.py b/test/test_flow.py
index 60a4fc04..a7ab7cc2 100644
--- a/test/test_flow.py
+++ b/test/test_flow.py
@@ -923,8 +923,9 @@ class uClientConnect(libpry.AutoTree):
c2 = flow.ClientConnect(("a", 25))
assert not c == c2
+ c2.requestcount = 99
c._load_state(c2._get_state())
- assert c == c2
+ assert c.requestcount == 99
c3 = c.copy()
assert c3 == c