From f60c941569af550d571be4a2e9089b96e3f495e9 Mon Sep 17 00:00:00 2001 From: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com> Date: Mon, 14 Apr 2025 12:21:59 -0500 Subject: [PATCH] Fix typo in test name --- test/ui/pokedex.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();