mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-13 15:47:28 +00:00
test: dedupe irc inbound mock read
This commit is contained in:
@@ -196,7 +196,7 @@ describe("irc inbound behavior", () => {
|
||||
|
||||
const assembledRequest = (
|
||||
coreRuntime.channel.turn.runAssembled as unknown as { mock: { calls: unknown[][] } }
|
||||
).mock.calls.at(0)?.[0] as { replyPipeline?: unknown } | undefined;
|
||||
).mock.calls[0]?.[0] as { replyPipeline?: unknown } | undefined;
|
||||
expect(assembledRequest?.replyPipeline).toEqual({});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user