test: 清理 FFLogs 旧字典断言

This commit is contained in:
sunlei 2026-06-05 09:40:07 +08:00
parent 7409d2329b
commit 2d8b47381a

View File

@ -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 () => {