Skip to content

Commit

Permalink
[extensions] Drop newlines in test string within GroupChatInvitationE…
Browse files Browse the repository at this point in the history
…lementTest
  • Loading branch information
Flowdalic committed Dec 7, 2023
1 parent 664a141 commit 90b8eee
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ public class GroupChatInvitationElementTest {
@Test
public void serializeFullElement() throws XmlPullParserException, IOException, SmackParsingException {
final String expectedXml = "" +
"<x xmlns='jabber:x:conference'\n" +
" continue='true'\n" +
" jid='[email protected]'\n" +
" password='cauldronburn'\n" +
" reason='Hey Hecate, this is the place for all good witches!'\n" +
"<x xmlns='jabber:x:conference'" +
" continue='true'" +
" jid='[email protected]'" +
" password='cauldronburn'" +
" reason='Hey Hecate, this is the place for all good witches!'" +
" thread='e0ffe42b28561960c6b12b944a092794b9683a38'/>";

GroupChatInvitation invitation = new GroupChatInvitation(mucJid,
Expand Down

0 comments on commit 90b8eee

Please sign in to comment.