mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 21:19:13 +00:00
Fix MessageQueueTest configuration
Signed-off-by: Rhea Danzey <rdanzey@element.io>
This commit is contained in:
parent
ce7a3434f9
commit
749aebba69
@ -2,6 +2,7 @@ import { expect } from "chai";
|
||||
import { createMessageQueue } from "../src/MessageQueue/MessageQueue";
|
||||
|
||||
const mq = createMessageQueue({
|
||||
enabled: true,
|
||||
monolithic: true,
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user