Skip to content

Commit

Permalink
test: update test data
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Dec 15, 2023
1 parent e364bad commit b163aab
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/scenarios/pokemon/getPokemon.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,8 @@ describe('getPokemon', () => {
evolutionLevel: '36',
flavorTexts: [
{
flavor:
"It appears and vanishes with a ninja's grace. It toys with its enemies using swift movements, while slicing them with throwing stars of sharpest water.",
game: 'Alpha Sapphire'
flavor: 'It makes shuriken out of mucus excreted from its thighs. These shuriken can cut cleanly through steel cables.',
game: 'Violet'
}
],
forme: null,
Expand Down Expand Up @@ -304,7 +303,7 @@ describe('getPokemon', () => {
speed: 95
},
baseStatsTotal: 534,
bulbapediaPage: 'https://bulbapedia.bulbagarden.net/wiki/Typhlosion_(Pokémon)',
bulbapediaPage: 'https://bulbapedia.bulbagarden.net/wiki/typhlosion_(Pokémon)',
catchRate: {
base: 45,
percentageWithOrdinaryPokeballAtFullHealth: '11.9%'
Expand Down

0 comments on commit b163aab

Please sign in to comment.