From fa22a7f3ebfd6acfd740dc52a8cb8a0b488011e1 Mon Sep 17 00:00:00 2001 From: Dobin Shin <34051876+Gamez0@users.noreply.github.com> Date: Fri, 6 Jun 2025 03:01:55 +0900 Subject: [PATCH] Update test title Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com> --- test/abilities/rattled.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();