summaryrefslogtreecommitdiff
path: root/tests/twisted/channels/muc-channel-topic.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/twisted/channels/muc-channel-topic.py')
-rw-r--r--tests/twisted/channels/muc-channel-topic.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/twisted/channels/muc-channel-topic.py b/tests/twisted/channels/muc-channel-topic.py
index 10ddf47..ec3b438 100644
--- a/tests/twisted/channels/muc-channel-topic.py
+++ b/tests/twisted/channels/muc-channel-topic.py
@@ -88,7 +88,7 @@ def test(q, bus, conn, stream):
# No topic set
subject_props = channel.Properties.GetAll(CHANNEL_IFACE_SUBJECT)
assertEquals('', subject_props['Subject'])
- assertEquals(0x7fffffffffffffffL, subject_props['Timestamp'])
+ assertEquals(0x7fffffffffffffff, subject_props['Timestamp'])
assertEquals('', subject_props['Actor'])
assertEquals(0, subject_props['ActorHandle'])