diff --git a/src/test/moves/torment.test.ts b/src/test/moves/torment.test.ts index d81c5c58f78..f725f2bc34a 100644 --- a/src/test/moves/torment.test.ts +++ b/src/test/moves/torment.test.ts @@ -29,7 +29,8 @@ describe("Moves - Torment", () => { .enemyMoveset([Moves.TORMENT, Moves.SPLASH]) .enemySpecies(Species.SHUCKLE) .enemyLevel(30) - .moveset([Moves.TACKLE]); + .moveset([Moves.TACKLE]) + .ability(Abilities.BALL_FETCH); }); it("Pokemon should not be able to use the same move consecutively", async () => {