fix listUnstarted appservice integration test.

This commit is contained in:
gnuxie
2024-04-06 20:03:37 +01:00
parent 4a8962b371
commit 326d95df67
@@ -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)) {