diff --git a/test/test_provisioner.ts b/test/test_provisioner.ts
index 7626775ae6240aefaab4331162cf4555207f6b59..9c91af039fc51f5803c563fcf9266de1499bd414 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");