mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 03:11:25 +00:00
refactor!: rename chat providers to channels
This commit is contained in:
@@ -89,9 +89,7 @@ describe("web session", () => {
|
||||
logWebSelfId("/tmp/wa-creds", runtime as never, true);
|
||||
|
||||
expect(runtime.log).toHaveBeenCalledWith(
|
||||
expect.stringContaining(
|
||||
"Web Provider: +12345 (jid 12345@s.whatsapp.net)",
|
||||
),
|
||||
expect.stringContaining("Web Channel: +12345 (jid 12345@s.whatsapp.net)"),
|
||||
);
|
||||
existsSpy.mockRestore();
|
||||
readSpy.mockRestore();
|
||||
|
||||
Reference in New Issue
Block a user