Skip to content

Commit 0bfd53b

Browse files
committed
Fixed tests
1 parent cc9336f commit 0bfd53b

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

packages/protocol/test/TestingProtocol.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import {
1414

1515
class RuntimeMock implements WithZkProgrammable<undefined, MethodPublicOutput> {
1616
zkProgrammable: ZkProgrammable<undefined, MethodPublicOutput> =
17-
// eslint-disable-next-line @typescript-eslint/consistent-type-assertions
1817
undefined as unknown as ZkProgrammable<undefined, MethodPublicOutput>;
1918
}
2019

packages/sequencer/test/integration/BlockProduction.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ describe("block production", () => {
9494
LocalTaskWorkerModule: {},
9595
BaseLayer: {},
9696
TaskQueue: {},
97+
FeeStrategy: {},
9798
},
9899
Runtime: {
99100
Balance: {},

packages/sequencer/test/integration/StorageIntegration.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ describe.each([["InMemory", InMemoryDatabase]])(
107107
LocalTaskWorkerModule: {},
108108
BaseLayer: {},
109109
TaskQueue: {},
110+
FeeStrategy: {},
110111
},
111112
Protocol: {
112113
AccountState: {},

0 commit comments

Comments
 (0)