poi-plugin-quest-info-2 0.9.9 → 0.9.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -510,7 +510,7 @@ Object {
510
510
  Object {
511
511
  "code": "G9",
512
512
  "gameId": 717,
513
- "name": "续: 实施「轻巡」级改修工事",
513
+ "name": "续:实施「轻巡」级改修工事",
514
514
  },
515
515
  Object {
516
516
  "code": "By1",
@@ -1,7 +1,7 @@
1
1
  import { version, QuestData } from '../../build/kcanotifyGamedata'
2
2
 
3
3
  test('should Kcanotify Game data version correct', () => {
4
- expect(version).toMatchInlineSnapshot(`"2022121003"`)
4
+ expect(version).toMatchInlineSnapshot(`"2022123104"`)
5
5
  })
6
6
 
7
7
  test('should Kcanotify Game data keys correct', () => {
@@ -4,7 +4,7 @@ import newQuestData from '../../build/kcQuestsData/quests-scn-new.json'
4
4
  describe('should version correct', () => {
5
5
  test('should KcwikiQuestData Game data version correct', () => {
6
6
  expect(version).toMatchInlineSnapshot(
7
- `"78f1375b203ff16694a820e5c3592b3c43b1dd6d"`
7
+ `"7fe20547e5f3910f0baef71dd723125a53984fdf"`
8
8
  )
9
9
  })
10
10
 
@@ -9,7 +9,7 @@ describe('should questCategory correct', () => {
9
9
  expect(questCategory.monthlyQuest.length).toMatchInlineSnapshot(`11`)
10
10
  expect(questCategory.quarterlyQuest.length).toMatchInlineSnapshot(`25`)
11
11
  expect(questCategory.yearlyQuest.length).toMatchInlineSnapshot(`41`)
12
- expect(questCategory.singleQuest.length).toMatchInlineSnapshot(`447`)
12
+ expect(questCategory.singleQuest.length).toMatchInlineSnapshot(`454`)
13
13
  })
14
14
 
15
15
  test('snapshot', () => {