From 5f5a0b9a2ae157fc8b29d14c0fb2e23e0e843bb0 Mon Sep 17 00:00:00 2001 From: Olivier van den Biggelaar Date: Thu, 25 Mar 2021 15:50:40 +0000 Subject: [PATCH] Unskip tests --- test/multiCallHelper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/multiCallHelper.js b/test/multiCallHelper.js index d8c285d21..e941d4d29 100644 --- a/test/multiCallHelper.js +++ b/test/multiCallHelper.js @@ -108,7 +108,7 @@ contract("ArgentModule", (accounts) => { await addTrustedContact(wallet, trustedContact, module, SECURITY_PERIOD); }); - describe.skip("multicall", () => { + describe("multicall helper", () => { it("should return true when the multicall is authorised", async () => { const transactions = []; transactions.push(encodeTransaction(trustedContact, 10, ZERO_BYTES));