Commit 2f244da8 authored by JC Brand's avatar JC Brand

Fix failing test

parent 14c9b2f4
......@@ -83,7 +83,11 @@ describe("Message Archive Management", function () {
}));
it("is queried when the user enters a new MUC",
mock.initConverse(['discoInitialized'], {'archived_messages_page_size': 2}, async function (done, _converse) {
mock.initConverse(['discoInitialized'],
{
'archived_messages_page_size': 2,
'muc_clear_messages_on_leave': false,
}, async function (done, _converse) {
const sent_IQs = _converse.connection.IQ_stanzas;
const muc_jid = 'orchard@chat.shakespeare.lit';
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment