Skip to content

Commit bf8bf35

Browse files
Christian KoopmannChristian Koopmann
authored andcommitted
Initialize non-contract module for tests
1 parent 00d64dd commit bf8bf35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/protocol/modules/v1/notionalTradeModule.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,7 @@ describe("NotionalTradeModule", () => {
441441
const nonContractModule = owner.address;
442442
await setup.controller.addModule(nonContractModule);
443443
await setToken.connect(manager.wallet).addModule(nonContractModule);
444+
await setToken.connect(owner.wallet).initializeModule();
444445
});
445446

446447
it("should enable the Module on the SetToken", async () => {

0 commit comments

Comments
 (0)