From edb29a5262d2165439461d96dca10314808384d3 Mon Sep 17 00:00:00 2001 From: Roy Date: Fri, 17 Jun 2022 10:12:50 -0700 Subject: [PATCH] Cleanup --- test/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/test/index.ts b/test/index.ts index 8a90568..45576d1 100644 --- a/test/index.ts +++ b/test/index.ts @@ -344,7 +344,6 @@ describe("Protocol", function () { }); it("Admin can appoint judge", async function () { - // let testerAddr = await tester.getAddress(); //Check Before expect(await this.jurisdictionContract.roleHas(this.judgeAddr, "judge")).to.equal(false); //Should Fail - Require Permissions