diff options
Diffstat (limited to 'tests/test_stanza_xep_0323.py')
-rw-r--r-- | tests/test_stanza_xep_0323.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test_stanza_xep_0323.py b/tests/test_stanza_xep_0323.py index 67e0daf0..405245b5 100644 --- a/tests/test_stanza_xep_0323.py +++ b/tests/test_stanza_xep_0323.py @@ -1,11 +1,11 @@ # -*- coding: utf-8 -*- -from sleekxmpp.test import * -import sleekxmpp.plugins.xep_0323 as xep_0323 +from slixmpp.test import * +import slixmpp.plugins.xep_0323 as xep_0323 namespace='sn' -class TestSensorDataStanzas(SleekTest): +class TestSensorDataStanzas(SlixTest): def setUp(self): |