From e364badb12fe67a4a8029cc4fbd880dc5c6ffbb5 Mon Sep 17 00:00:00 2001 From: Jeroen Claassens Date: Fri, 15 Dec 2023 01:01:22 +0100 Subject: [PATCH] test: update test data --- tests/testUtils/full-data-responses/beldum.json | 17 +++++++++-------- .../full-data-responses/rattata-alola.json | 8 ++++---- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/tests/testUtils/full-data-responses/beldum.json b/tests/testUtils/full-data-responses/beldum.json index fbf7bf0a6f..30f34e4e79 100644 --- a/tests/testUtils/full-data-responses/beldum.json +++ b/tests/testUtils/full-data-responses/beldum.json @@ -754,7 +754,10 @@ "evYields": { "hp": 0, "attack": 0, "defense": 1, "specialattack": 0, "specialdefense": 0, "speed": 0 }, "evolutionLevel": null, "flavorTexts": [ - { "flavor": "They converse with one another by using magnetic pulses. In a swarm, they move in perfect unison.", "game": "Shining Pearl" } + { + "flavor": "All its cells are magnets. It communicates with others of its kind by transmitting magnetic forces from its body.", + "game": "Violet" + } ], "forme": null, "formeLetter": null, @@ -1597,12 +1600,7 @@ "eggGroups": ["Mineral"], "evYields": { "hp": 0, "attack": 0, "defense": 2, "specialattack": 0, "specialdefense": 0, "speed": 0 }, "evolutionLevel": "20", - "flavorTexts": [ - { - "flavor": "It is formed by two Beldum joining together. Its steel body won't be scratched if it collides with a jet.", - "game": "Shining Pearl" - } - ], + "flavorTexts": [{ "flavor": "It adores magnetic minerals, so it pursues Nosepass at speeds exceeding 60 mph.", "game": "Violet" }], "forme": null, "formeLetter": null, "gender": { "female": "0%", "male": "0%" }, @@ -10350,7 +10348,10 @@ "evYields": { "hp": 0, "attack": 0, "defense": 3, "specialattack": 0, "specialdefense": 0, "speed": 0 }, "evolutionLevel": "45", "flavorTexts": [ - { "flavor": "Metang combined to form it. With four brains, it has the intelligence of a supercomputer.", "game": "Shining Pearl" } + { + "flavor": "It firmly pins its prey using its four claws and large body. Then Metagross uses the mouth on its stomach to chew its prey to bits.", + "game": "Violet" + } ], "forme": null, "formeLetter": null, diff --git a/tests/testUtils/full-data-responses/rattata-alola.json b/tests/testUtils/full-data-responses/rattata-alola.json index 1a409245a4..80afb6ae93 100644 --- a/tests/testUtils/full-data-responses/rattata-alola.json +++ b/tests/testUtils/full-data-responses/rattata-alola.json @@ -1906,10 +1906,10 @@ } } ], - "baseSpecies": "Rattata", + "baseSpecies": "rattata", "baseStats": { "hp": 30, "attack": 56, "defense": 35, "specialattack": 25, "specialdefense": 35, "speed": 72 }, "baseStatsTotal": 253, - "bulbapediaPage": "https://bulbapedia.bulbagarden.net/wiki/Rattata_(Pokémon)", + "bulbapediaPage": "https://bulbapedia.bulbagarden.net/wiki/rattata_(Pokémon)", "catchRate": { "base": 255, "percentageWithOrdinaryPokeballAtFullHealth": "43.9%" }, "color": "Black", "cosmeticFormes": null, @@ -3837,10 +3837,10 @@ } } ], - "baseSpecies": "Raticate", + "baseSpecies": "raticate", "baseStats": { "hp": 75, "attack": 71, "defense": 70, "specialattack": 40, "specialdefense": 80, "speed": 77 }, "baseStatsTotal": 413, - "bulbapediaPage": "https://bulbapedia.bulbagarden.net/wiki/Raticate_(Pokémon)", + "bulbapediaPage": "https://bulbapedia.bulbagarden.net/wiki/raticate_(Pokémon)", "catchRate": { "base": 127, "percentageWithOrdinaryPokeballAtFullHealth": "26%" }, "color": "Black", "cosmeticFormes": null,