xep0461: fix typo in test
This commit is contained in:
parent
5efa9804ba
commit
700ce6b32e
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class TestReply(SlixTest):
|
||||||
self.check(
|
self.check(
|
||||||
message,
|
message,
|
||||||
"""
|
"""
|
||||||
<message xmlns="jabber:client">M
|
<message xmlns="jabber:client">
|
||||||
<body>12345\nrealbody</body>
|
<body>12345\nrealbody</body>
|
||||||
<fallback xmlns='urn:xmpp:feature-fallback:0' for='NS'>
|
<fallback xmlns='urn:xmpp:feature-fallback:0' for='NS'>
|
||||||
<body start="0" end="6" />
|
<body start="0" end="6" />
|
||||||
|
|
Loading…
Reference in a new issue