diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/tests/message.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests/message.py b/python/tests/message.py index c6cbebed26..93edc29bda 100644 --- a/python/tests/message.py +++ b/python/tests/message.py @@ -630,7 +630,7 @@ class MessageTests(TestBase): channel = self.client.channel(2) channel.channel_open() channel.message_consume(queue = "q", destination = "consumer") - offset = channel.channel_resume(reference="my-ref", identifier="my-checkpoint").value + offset = channel.message_resume(reference="my-ref", identifier="my-checkpoint").value self.assertEquals(offset, 16) channel.message_append(reference="my-ref", bytes="qrstuvwxyz") channel.synchronous = False |
