summaryrefslogtreecommitdiff
path: root/tests/test_stanza_iq.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_stanza_iq.py')
-rw-r--r--tests/test_stanza_iq.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_stanza_iq.py b/tests/test_stanza_iq.py
index 0b248da6..2c75a64d 100644
--- a/tests/test_stanza_iq.py
+++ b/tests/test_stanza_iq.py
@@ -70,7 +70,7 @@ class TestIqStanzas(SlixTest):
</iq>
""")
- self.failUnless(iq['query'] == 'query_ns2', "Query namespace doesn't match")
+ self.assertTrue(iq['query'] == 'query_ns2', "Query namespace doesn't match")
del iq['query']
self.check(iq, """