From bf1be523f499819be967c3ef5af10705d709df99 Mon Sep 17 00:00:00 2001 From: Will Hunt <will@half-shot.uk> Date: Sat, 5 Jan 2019 21:06:56 +0000 Subject: [PATCH] linting --- test/test_provisioner.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_provisioner.ts b/test/test_provisioner.ts index 7626775..9c91af0 100644 --- a/test/test_provisioner.ts +++ b/test/test_provisioner.ts @@ -20,7 +20,7 @@ describe("Provisioner", () => { new MockChannel("foo", "bar") as any, "Mark", TIMEOUT_MS, - ) + ); throw Error("Should have thrown an error"); } catch (err) { expect(err.message).to.eq("Timed out waiting for a response from the Discord owners"); -- GitLab