Skip to content

Commit

Permalink
chore: update quest data
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 6, 2024
1 parent 8d35131 commit 89aba24
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .changeset/bot-data-update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'poi-plugin-quest-info-2': patch
---

Update quest data

2 changes: 1 addition & 1 deletion src/__tests__/kcanotifyData.spec.ts
Original file line number Diff line number Diff line change
@@ -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', () => {
Expand Down
2 changes: 1 addition & 1 deletion src/__tests__/kcwikiData.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"`,
)
})

Expand Down
2 changes: 1 addition & 1 deletion src/__tests__/questCategory.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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', () => {
Expand Down

0 comments on commit 89aba24

Please sign in to comment.