From 326d95df67edc28c4167bcd5ca5c9fe7f4f17c29 Mon Sep 17 00:00:00 2001 From: gnuxie Date: Thu, 21 Mar 2024 19:47:44 +0000 Subject: [PATCH] fix listUnstarted appservice integration test. --- .../{listUnstartedMjolnir.ts => listUnstartedDraupnirTest.ts} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename test/appservice/integration/{listUnstartedMjolnir.ts => listUnstartedDraupnirTest.ts} (94%) diff --git a/test/appservice/integration/listUnstartedMjolnir.ts b/test/appservice/integration/listUnstartedDraupnirTest.ts similarity index 94% rename from test/appservice/integration/listUnstartedMjolnir.ts rename to test/appservice/integration/listUnstartedDraupnirTest.ts index d19d515c..9b2fd153 100644 --- a/test/appservice/integration/listUnstartedMjolnir.ts +++ b/test/appservice/integration/listUnstartedDraupnirTest.ts @@ -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)) {