Fix MessageQueueTest configuration

Signed-off-by: Rhea Danzey <rdanzey@element.io>
This commit is contained in:
Rhea Danzey 2023-06-08 14:34:34 -05:00
parent ce7a3434f9
commit 749aebba69
No known key found for this signature in database
GPG Key ID: BC69166FB2668680

View File

@ -2,6 +2,7 @@ import { expect } from "chai";
import { createMessageQueue } from "../src/MessageQueue/MessageQueue";
const mq = createMessageQueue({
enabled: true,
monolithic: true,
});