summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/tests/message.py2
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