From 3b379dc0e814da7e0864dc131f247ccfcb14b1e0 Mon Sep 17 00:00:00 2001 From: Will Hunt <will@half-shot.uk> Date: Wed, 15 May 2019 23:09:21 +0100 Subject: [PATCH] Fix test --- test/test_matrixeventprocessor.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_matrixeventprocessor.ts b/test/test_matrixeventprocessor.ts index 97f0fe7..dd1a5d2 100644 --- a/test/test_matrixeventprocessor.ts +++ b/test/test_matrixeventprocessor.ts @@ -103,6 +103,7 @@ function createMatrixEventProcessor(): MatrixEventProcessor { }, getClientFactory: () => { return { + _botUserId: "@botuser:localhost", getClientAs: () => { return mxClient; }, -- GitLab