test: 清理 FFLogs 旧字典断言
This commit is contained in:
parent
7409d2329b
commit
2d8b47381a
@ -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 () => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user