Skip to content

Commit 940e3c9

Browse files
committed
Fix TypeScript error in test for unknown source type
1 parent 32f4382 commit 940e3c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clients/multi-index-runner.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ describe("createSourceFromState", () => {
171171
it("throws error for unknown source type", async () => {
172172
const state = createMockState({
173173
type: "unknown" as any,
174-
config: {},
174+
config: {} as any,
175175
syncedAt: new Date().toISOString(),
176176
});
177177

0 commit comments

Comments
 (0)