Tidy up helloTest slightly.

This commit is contained in:
gnuxie
2024-03-20 16:59:02 +00:00
parent 96428d617d
commit 0cb0beecb0
+1 -1
View File
@@ -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)
})