Fix typo in test name

This commit is contained in:
Sirz Benjie 2025-04-14 12:21:59 -05:00
parent f54c848051
commit 75dac61161
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E
1 changed files with 1 additions and 1 deletions

View File

@ -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();