Skip to content

Commit

Permalink
Unskip tests
Browse files Browse the repository at this point in the history
  • Loading branch information
olivdb committed Mar 25, 2021
1 parent 449def5 commit 5f5a0b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/multiCallHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit 5f5a0b9

Please sign in to comment.