mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-13 15:47:28 +00:00
test: tighten google chat reply log assertion
This commit is contained in:
@@ -101,7 +101,7 @@ describe("Google Chat reply delivery", () => {
|
||||
});
|
||||
expect(statusSink).toHaveBeenCalledTimes(2);
|
||||
expect(runtime.error).toHaveBeenCalledWith(
|
||||
expect.stringContaining("Google Chat message send failed"),
|
||||
"Google Chat message send failed: Error: message not found",
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user