diff options
Diffstat (limited to 'tests/test_stanza_xep_0424.py')
-rw-r--r-- | tests/test_stanza_xep_0424.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_stanza_xep_0424.py b/tests/test_stanza_xep_0424.py index c94ed79b..684632d6 100644 --- a/tests/test_stanza_xep_0424.py +++ b/tests/test_stanza_xep_0424.py @@ -2,11 +2,13 @@ import unittest from slixmpp import Message from slixmpp.test import SlixTest from slixmpp.plugins.xep_0424 import stanza +from slixmpp.plugins.xep_0422 import stanza as astanza class TestRetraction(SlixTest): def setUp(self): + astanza.register_plugins() stanza.register_plugins() def testRetract(self): |