test: fix processMessage contract test lint

This commit is contained in:
Peter Steinberger 2026-02-14 23:11:15 +00:00
parent fb1d8f8361
commit a2b6a064f7
1 changed files with 2 additions and 2 deletions

View File

@ -155,7 +155,7 @@ describe("web processMessage inbound contract", () => {
},
messages: {},
session: { store: sessionStorePath },
} as any,
} as unknown as ReturnType<typeof import("../../../config/config.js").loadConfig>,
msg: {
id: "msg1",
from: "+1555",
@ -213,7 +213,7 @@ describe("web processMessage inbound contract", () => {
cfg: {
messages: {},
session: { store: sessionStorePath },
} as any,
} as unknown as ReturnType<typeof import("../../../config/config.js").loadConfig>,
msg: {
id: "g1",
from: "123@g.us",