diff options
Diffstat (limited to 'tests/test_stanza_xep_0085.py')
-rw-r--r-- | tests/test_stanza_xep_0085.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/test_stanza_xep_0085.py b/tests/test_stanza_xep_0085.py index 303e6c5b..d62d2e46 100644 --- a/tests/test_stanza_xep_0085.py +++ b/tests/test_stanza_xep_0085.py @@ -1,11 +1,11 @@ import unittest -from sleekxmpp import Message -from sleekxmpp.test import SleekTest -import sleekxmpp.plugins.xep_0085 as xep_0085 -from sleekxmpp.xmlstream import register_stanza_plugin +from slixmpp import Message +from slixmpp.test import SlixTest +import slixmpp.plugins.xep_0085 as xep_0085 +from slixmpp.xmlstream import register_stanza_plugin -class TestChatStates(SleekTest): +class TestChatStates(SlixTest): def setUp(self): register_stanza_plugin(Message, xep_0085.stanza.Active) |