diff --git a/.changeset/bot-data-update.md b/.changeset/bot-data-update.md new file mode 100644 index 0000000..80fd65a --- /dev/null +++ b/.changeset/bot-data-update.md @@ -0,0 +1,6 @@ +--- +'poi-plugin-quest-info-2': patch +--- + +Update quest data + diff --git a/src/__tests__/kcwikiData.spec.ts b/src/__tests__/kcwikiData.spec.ts index bc2dab5..8616adf 100644 --- a/src/__tests__/kcwikiData.spec.ts +++ b/src/__tests__/kcwikiData.spec.ts @@ -4,7 +4,7 @@ import newQuestData from '../../build/kcQuestsData/quests-scn-new.json' describe('should version correct', () => { test('should KcwikiQuestData Game data version correct', () => { expect(version).toMatchInlineSnapshot( - `"c918251c6b68dfc9666a3230fd39b36c777da911"`, + `"333973e854c8d53d9adaf85ed9175ce647d58c7f"`, ) }) diff --git a/src/__tests__/questCategory.spec.ts b/src/__tests__/questCategory.spec.ts index f042f4d..8d20082 100644 --- a/src/__tests__/questCategory.spec.ts +++ b/src/__tests__/questCategory.spec.ts @@ -9,7 +9,7 @@ describe('should questCategory correct', () => { expect(questCategory.monthlyQuest.length).toMatchInlineSnapshot(`14`) expect(questCategory.quarterlyQuest.length).toMatchInlineSnapshot(`28`) expect(questCategory.yearlyQuest.length).toMatchInlineSnapshot(`53`) - expect(questCategory.singleQuest.length).toMatchInlineSnapshot(`473`) + expect(questCategory.singleQuest.length).toMatchInlineSnapshot(`474`) }) test('snapshot', () => {