style: fix prettier drift after merge

This commit is contained in:
Eyejoker
2026-03-30 03:44:58 +09:00
parent 5e4f1fa8da
commit 5221fb8b33
5 changed files with 7 additions and 25 deletions

View File

@@ -1580,10 +1580,7 @@ describe('createMessageRuntime', () => {
});
expect(result).toBe(true);
expect(channel.sendMessage).toHaveBeenCalledWith(
chatJid,
'visible reply',
);
expect(channel.sendMessage).toHaveBeenCalledWith(chatJid, 'visible reply');
expect(channel.setTyping).toHaveBeenCalledWith(chatJid, true);
expect(channel.setTyping).toHaveBeenCalledWith(chatJid, false);
});