mirror of
https://github.com/the-draupnir-project/Draupnir.git
synced 2026-08-28 05:14:04 +00:00
fix listUnstarted appservice integration test.
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ describe("Just test some commands innit", function() {
|
||||
return Promise.resolve(); // TS7030: Not all code paths return a value.
|
||||
}
|
||||
});
|
||||
it("Can list any unstarted mjolnir", async function(this: Context) {
|
||||
it("Can list any unstarted draupnir", async function(this: Context) {
|
||||
const commandClient = new AppservideBotCommandClient(this.appservice!);
|
||||
const result = await commandClient.sendCommand("list", "unstarted");
|
||||
if (isError(result)) {
|
||||
Reference in New Issue
Block a user