Fix the XEP-0444 stanza test

This commit is contained in:
mathieui 2022-03-07 21:31:13 +01:00
parent e8f45dedfe
commit ad610c7ded

View file

@ -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."""