Skip to content

Commit 05c3c29

Browse files
Fix tests
1 parent 51e38f7 commit 05c3c29

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

__tests__/unit/core-transactions/handlers/handler-registry.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ beforeEach(() => {
170170
.when(Container.Selectors.anyAncestorOrTargetTaggedFirst("plugin", "@arkecosystem/core-transactions"));
171171

172172
Managers.configManager.getMilestone().aip11 = false;
173+
Managers.configManager.getMilestone().multiSignatureRegistrationEnabled = true;
173174
});
174175

175176
afterEach(() => {

packages/core-test-framework/src/app/generators/crypto.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ export class CryptoGenerator extends Generator {
128128
htlcEnabled: true,
129129
blockBurnAddress: true,
130130
blsPublicKeyRegistrationEnabled: true,
131+
multiSignatureRegistrationEnabled: true,
131132
},
132133
{
133134
height: rewardHeight,

0 commit comments

Comments
 (0)