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 Dec 7, 2024
1 parent ee003bb commit 037cfb4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 { kcanotifyGameData, version } from '../../build/kcanotifyGamedata'

test('should Kcanotify Game data version correct', () => {
expect(version).toMatchInlineSnapshot(`"2024120101"`)
expect(version).toMatchInlineSnapshot(`"2024120401"`)
})

describe('should format 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(
`"8cbf881cc5373ad5667673b1500b29af8eb0f0aa"`,
`"68df447c67cc97f53c4c467d34ce00b6d10c9d4a"`,
)
})
})
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(`54`)
expect(questCategory.singleQuest.length).toMatchInlineSnapshot(`483`)
expect(questCategory.singleQuest.length).toMatchInlineSnapshot(`482`)
})

test('snapshot', () => {
Expand Down

0 comments on commit 037cfb4

Please sign in to comment.