From 0cb0beecb04e96bcf5385c54f6a124303ddd0e09 Mon Sep 17 00:00:00 2001 From: gnuxie Date: Wed, 20 Mar 2024 16:59:02 +0000 Subject: [PATCH] Tidy up helloTest slightly. --- test/integration/helloTest.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/helloTest.ts b/test/integration/helloTest.ts index ab019658..cdc4425f 100644 --- a/test/integration/helloTest.ts +++ b/test/integration/helloTest.ts @@ -25,5 +25,5 @@ describe("Test: !help command", function() { }); await client.sendMessage(this.draupnir!.managementRoomID, {msgtype: "m.text", body: "!draupnir help"}) await reply - } as any) + } as unknown as Mocha.AsyncFunc) })