From 2e67808da0f36c94cd1ed5ecf05335339b80cb2e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 7 Jul 2024 02:19:58 +0000 Subject: [PATCH] chore: update quest data --- .changeset/bot-data-update.md | 6 ++++++ src/__tests__/__snapshots__/questHelper.spec.ts.snap | 3 +++ src/__tests__/kcanotifyData.spec.ts | 2 +- src/__tests__/kcwikiData.spec.ts | 2 +- src/__tests__/questCategory.spec.ts | 2 +- 5 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 .changeset/bot-data-update.md 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__/__snapshots__/questHelper.spec.ts.snap b/src/__tests__/__snapshots__/questHelper.spec.ts.snap index 58e9d86..5aa79ca 100644 --- a/src/__tests__/__snapshots__/questHelper.spec.ts.snap +++ b/src/__tests__/__snapshots__/questHelper.spec.ts.snap @@ -44,6 +44,8 @@ exports[`questHelper should 101 locked quests match snapshot 1`] = ` "1133": true, "1134": true, "1137": true, + "1138": true, + "1139": true, "114": true, "115": true, "116": true, @@ -223,6 +225,7 @@ exports[`questHelper should 101 locked quests match snapshot 1`] = ` "366": true, "368": true, "371": true, + "372": true, "401": true, "402": true, "403": true, diff --git a/src/__tests__/kcanotifyData.spec.ts b/src/__tests__/kcanotifyData.spec.ts index 3f0bc43..862afa4 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(`"2024070701"`) }) test('should Kcanotify Game data keys correct', () => { diff --git a/src/__tests__/kcwikiData.spec.ts b/src/__tests__/kcwikiData.spec.ts index c2db9ce..60aa974 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"`, + `"ac6a36d948c4a6d7ded3a892734a9094e6cb9b45"`, ) }) 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', () => {