diff --git a/src/__tests__/kcanotifyData.spec.ts b/src/__tests__/kcanotifyData.spec.ts index 732605b..3d36142 100644 --- a/src/__tests__/kcanotifyData.spec.ts +++ b/src/__tests__/kcanotifyData.spec.ts @@ -1,7 +1,7 @@ import { kcanotifyGameData, version } from '../../build/kcanotifyGamedata' test('should Kcanotify Game data version correct', () => { - expect(version).toMatchInlineSnapshot(`"2024120101"`) + expect(version).toMatchInlineSnapshot(`"2024120401"`) }) describe('should format correct', () => { diff --git a/src/__tests__/kcwikiData.spec.ts b/src/__tests__/kcwikiData.spec.ts index 60c1b16..fe522c6 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( - `"8cbf881cc5373ad5667673b1500b29af8eb0f0aa"`, + `"68df447c67cc97f53c4c467d34ce00b6d10c9d4a"`, ) }) }) diff --git a/src/__tests__/questCategory.spec.ts b/src/__tests__/questCategory.spec.ts index a6da781..76dd7b3 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(`54`) - expect(questCategory.singleQuest.length).toMatchInlineSnapshot(`483`) + expect(questCategory.singleQuest.length).toMatchInlineSnapshot(`482`) }) test('snapshot', () => {