diff --git a/test/abilities/rattled.test.ts b/test/abilities/rattled.test.ts index b5785b909c6..77a7156b380 100644 --- a/test/abilities/rattled.test.ts +++ b/test/abilities/rattled.test.ts @@ -33,7 +33,7 @@ describe("Abilities - Rattled", () => { .enemyMoveset(MoveId.PIN_MISSILE); }); - it("should reduce attack and then increase speed", async () => { + it("should trigger and boost speed immediately after Intimidate attack drop on initial send out", async () => { await game.classicMode.runToSummon([SpeciesId.GIMMIGHOUL]); const playerPokemon = game.scene.getPlayerPokemon();