Skip to content

Commit

Permalink
chore: update quest data (#175)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 9, 2024
1 parent ee003bb commit a4a4631
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"`,
`"efec2e3fa4dcf09b39d8225538d0bd9a46ad6971"`,
)
})
})
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 a4a4631

Please sign in to comment.