summaryrefslogtreecommitdiff
path: root/tests/test_stream_xep_0085.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_stream_xep_0085.py')
-rw-r--r--tests/test_stream_xep_0085.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_stream_xep_0085.py b/tests/test_stream_xep_0085.py
index 9e3a2dd5..d63fc72b 100644
--- a/tests/test_stream_xep_0085.py
+++ b/tests/test_stream_xep_0085.py
@@ -50,7 +50,7 @@ class TestStreamChatStates(SlixTest):
""")
expected = ['active', 'inactive', 'paused', 'composing', 'gone']
- self.failUnless(results == expected,
+ self.assertTrue(results == expected,
"Chat state event not handled: %s" % results)