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__/kcanotifyData.spec.ts b/src/__tests__/kcanotifyData.spec.ts index 3f0bc43..d716d7b 100644 --- a/src/__tests__/kcanotifyData.spec.ts +++ b/src/__tests__/kcanotifyData.spec.ts @@ -1,7 +1,7 @@ import { version, QuestData } from '../../build/kcanotifyGamedata' test('should Kcanotify Game data version correct', () => { - expect(version).toMatchInlineSnapshot(`"2024042301"`) + expect(version).toMatchInlineSnapshot(`"2024063001"`) }) test('should Kcanotify Game data keys correct', () => { diff --git a/src/__tests__/kcwikiData.spec.ts b/src/__tests__/kcwikiData.spec.ts index c2db9ce..a66be48 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( - `"e53c9d3cb8a2b99d3546ae361765d1d664925471"`, + `"4ea1a1b2997470b23e682355d3f4df427e7c2d70"`, ) }) diff --git a/src/__tests__/questCategory.spec.ts b/src/__tests__/questCategory.spec.ts index d33ead0..ff40dcf 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(`50`) - expect(questCategory.singleQuest.length).toMatchInlineSnapshot(`472`) + expect(questCategory.singleQuest.length).toMatchInlineSnapshot(`465`) }) test('snapshot', () => {