We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e458a28 commit 96ef9fcCopy full SHA for 96ef9fc
packages/sequencer/test/integration/Mempool.test.ts
@@ -112,6 +112,7 @@ describe.each([["InMemory", InMemoryDatabase]])(
112
LocalTaskWorkerModule: {},
113
BaseLayer: {},
114
TaskQueue: {},
115
+ SequencerStartupModule: {},
116
ProtocolStartupModule: {},
117
},
118
Protocol: {
@@ -124,7 +125,7 @@ describe.each([["InMemory", InMemoryDatabase]])(
124
125
});
126
127
// Start AppChain
- await appChain.start(container.createChildContainer());
128
+ await appChain.start(false, container.createChildContainer());
129
130
runtime = appChain.runtime;
131
sequencer = appChain.sequencer;
0 commit comments