Update test title

Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com>
This commit is contained in:
Dobin Shin 2025-06-06 03:01:55 +09:00 committed by GitHub
parent 400733442e
commit fa22a7f3eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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