From 2d8b47381ac94e062739f80d65772bc3c692472e Mon Sep 17 00:00:00 2001 From: sunlei Date: Fri, 5 Jun 2026 09:40:07 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E6=B8=85=E7=90=86=20FFLogs=20=E6=97=A7?= =?UTF-8?q?=E5=AD=97=E5=85=B8=E6=96=AD=E8=A8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/qqbot/command/qqbot-command-parser.service.spec.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/qqbot/command/qqbot-command-parser.service.spec.ts b/test/qqbot/command/qqbot-command-parser.service.spec.ts index a29b445..573f60a 100644 --- a/test/qqbot/command/qqbot-command-parser.service.spec.ts +++ b/test/qqbot/command/qqbot-command-parser.service.spec.ts @@ -78,9 +78,7 @@ describe('QqbotCommandParserService FFLogs parser', () => { encounterName: '上位护锁刃龙', serverSlug: '琥珀原', }); - expect(dictService.getDictItemsByKey).not.toHaveBeenCalledWith( - 'FFLOGS_ENCOUNTER_LABEL', - ); + expect(dictService.getDictItemsByKey).not.toHaveBeenCalled(); }); it('keeps character summary parsing when no encounter is provided', async () => {