From c252e2256b3e23677162c25164d9b7d0c35a4ec2 Mon Sep 17 00:00:00 2001 From: Alex <93446519+AlexOn1ine@users.noreply.github.com> Date: Tue, 2 Sep 2025 15:44:01 +0200 Subject: [PATCH] Fix Rage Fist test name (#7681) --- test/battle/move_effect/rage_fist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/battle/move_effect/rage_fist.c b/test/battle/move_effect/rage_fist.c index ba8fcecc06..ed21a9097c 100644 --- a/test/battle/move_effect/rage_fist.c +++ b/test/battle/move_effect/rage_fist.c @@ -343,7 +343,7 @@ SINGLE_BATTLE_TEST("Rage Fist doesn't get increased power if Substitute is hit") } } -SINGLE_BATTLE_TEST("Rage Fist - X") +SINGLE_BATTLE_TEST("Rage Fist counter will be updated correctly after absorb move") { s16 timesGotHit[2];