From 5d345f5c4d723a55eaccf1535096de5aaac6cebd Mon Sep 17 00:00:00 2001 From: Jeroen Claassens Date: Mon, 27 Nov 2023 23:23:53 +0100 Subject: [PATCH] test: update test data --- .../pokemon/getAllPokemonSpecies.test.ts | 29 ++++++++++++++++--- 1 file changed, 25 insertions(+), 4 deletions(-) diff --git a/tests/scenarios/pokemon/getAllPokemonSpecies.test.ts b/tests/scenarios/pokemon/getAllPokemonSpecies.test.ts index 1eb9e0c260..566fd7874e 100644 --- a/tests/scenarios/pokemon/getAllPokemonSpecies.test.ts +++ b/tests/scenarios/pokemon/getAllPokemonSpecies.test.ts @@ -248,10 +248,7 @@ describe('getAllPokemon', () => { key: 'scattervein', species: 'scattervein' }, - { - key: 'hemogoblin', - species: 'scattervein' - }, + { key: 'hemogoblin', species: 'hemogoblin' }, { key: 'missingno', species: 'missingno.' }, { key: 'm00', species: "'m (00)" }, { key: 'bulbasaur', species: 'bulbasaur' }, @@ -2509,6 +2506,30 @@ describe('getAllPokemon', () => { { key: 'ogerponcornerstone', species: 'ogerpon-cornerstone' + }, + { + key: 'ogerponcornerstonetera', + species: 'ogerpon-cornerstone-tera' + }, + { + key: 'ogerponhearthflame', + species: 'ogerpon-hearthflame' + }, + { + key: 'ogerponhearthflametera', + species: 'ogerpon-hearthflame-tera' + }, + { + key: 'ogerponwellspring', + species: 'ogerpon-wellspring' + }, + { + key: 'ogerponwellspringtera', + species: 'ogerpon-wellspring-tera' + }, + { + key: 'ogerpontealtera', + species: 'ogerpon-teal-tera' } ]); });