diff --git a/test/ui/pokedex.test.ts b/test/ui/pokedex.test.ts index 12cb8d75f2b..88d3a511b5a 100644 --- a/test/ui/pokedex.test.ts +++ b/test/ui/pokedex.test.ts @@ -395,7 +395,7 @@ describe("UI - Pokedex", () => { ).toBe(true); }); - it("filtering for pokemon that have two cost reductinos sorts only shows the species that have unlocked both cost reductions", async () => { + it("filtering for pokemon that have two cost reductions sorts only shows the species that have unlocked both cost reductions", async () => { await game.importData("./test/testUtils/saves/data_pokedex_tests.prsv"); const pokedexHandler = await runToOpenPokedex();