Fixed typo in test name (#7610)

Co-authored-by: Hedara <hedara90@gmail.com>
This commit is contained in:
hedara90
2025-08-24 17:31:48 +02:00
committed by GitHub
parent 8febd24604
commit 509b4ec5dd

View File

@@ -376,7 +376,7 @@ DOUBLE_BATTLE_TEST("Intimidate will correctly decrease the attack of the second
}
}
SINGLE_BATTLE_TEST("Intimdate does not lose timing after mega evolution and switch out by a hit escape move")
SINGLE_BATTLE_TEST("Intimidate does not lose timing after mega evolution and switch out by a hit escape move")
{
GIVEN {
ASSUME(GetMoveEffect(MOVE_U_TURN) == EFFECT_HIT_ESCAPE);