Skip to content

Commit 96ef9fc

Browse files
committed
get mempool test passing
1 parent e458a28 commit 96ef9fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/sequencer/test/integration/Mempool.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ describe.each([["InMemory", InMemoryDatabase]])(
112112
LocalTaskWorkerModule: {},
113113
BaseLayer: {},
114114
TaskQueue: {},
115+
SequencerStartupModule: {},
115116
ProtocolStartupModule: {},
116117
},
117118
Protocol: {
@@ -124,7 +125,7 @@ describe.each([["InMemory", InMemoryDatabase]])(
124125
});
125126

126127
// Start AppChain
127-
await appChain.start(container.createChildContainer());
128+
await appChain.start(false, container.createChildContainer());
128129

129130
runtime = appChain.runtime;
130131
sequencer = appChain.sequencer;

0 commit comments

Comments
 (0)