diff options
Diffstat (limited to 't/unit/test_channel.py')
-rw-r--r-- | t/unit/test_channel.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/unit/test_channel.py b/t/unit/test_channel.py index 9cd9ed0..eb65644 100644 --- a/t/unit/test_channel.py +++ b/t/unit/test_channel.py @@ -88,6 +88,7 @@ class test_Channel: (30, 'text', spec.Queue.Declare[0], spec.Queue.Declare[1]), wait=spec.Channel.CloseOk, ) + assert self.c.is_closing is False assert self.c.connection is None def test_on_close(self): |