test: 清理 FFLogs 旧字典断言
This commit is contained in:
parent
7409d2329b
commit
2d8b47381a
@ -78,9 +78,7 @@ describe('QqbotCommandParserService FFLogs parser', () => {
|
|||||||
encounterName: '上位护锁刃龙',
|
encounterName: '上位护锁刃龙',
|
||||||
serverSlug: '琥珀原',
|
serverSlug: '琥珀原',
|
||||||
});
|
});
|
||||||
expect(dictService.getDictItemsByKey).not.toHaveBeenCalledWith(
|
expect(dictService.getDictItemsByKey).not.toHaveBeenCalled();
|
||||||
'FFLOGS_ENCOUNTER_LABEL',
|
|
||||||
);
|
|
||||||
});
|
});
|
||||||
|
|
||||||
it('keeps character summary parsing when no encounter is provided', async () => {
|
it('keeps character summary parsing when no encounter is provided', async () => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user