Fix failing tests

This commit is contained in:
JC Brand 2022-02-22 11:44:53 +01:00
parent 727bad01c7
commit b7ad1eaade

View File

@ -139,7 +139,6 @@ describe("Groupchats", function () {
expect(Strophe.serialize(pres)).toBe(
`<presence from="${_converse.jid}" id="${pres.getAttribute('id')}" to="coven@chat.shakespeare.lit/romeo" xmlns="jabber:client">`+
`<x xmlns="http://jabber.org/protocol/muc"><history maxstanzas="0"/></x>`+
`<show>online</show>`+
`<c hash="sha-1" node="https://conversejs.org" ver="TfHz9vOOfqIG0Z9lW5CuPaWGnrQ=" xmlns="http://jabber.org/protocol/caps"/>`+
`</presence>`);
}));