Fix the XEP-0444 stanza test
This commit is contained in:
parent
e8f45dedfe
commit
ad610c7ded
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class TestReactions(SlixTest):
|
|||
|
||||
def setUp(self):
|
||||
register_stanza_plugin(Message, stanza.Reactions)
|
||||
register_stanza_plugin(stanza.Reactions, stanza.Reaction)
|
||||
register_stanza_plugin(stanza.Reactions, stanza.Reaction, iterable=True)
|
||||
|
||||
def testCreateReactions(self):
|
||||
"""Testing creating Reactions."""
|
||||
|
|
Loading…
Reference in a new issue