Skip to content

Commit

Permalink
Fix Ice Heal typo in test (#3676)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgriffin authored Dec 10, 2023
2 parents 237c156 + 8dbce50 commit b5ca3d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/battle/item_effect/cure_status.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ SINGLE_BATTLE_TEST("Burn Heal heals a battler from being burned")
}
}

SINGLE_BATTLE_TEST("Ice Heal heals a battler from being paralyzed")
SINGLE_BATTLE_TEST("Ice Heal heals a battler from being frozen")
{
GIVEN {
ASSUME(gItems[ITEM_ICE_HEAL].battleUsage == EFFECT_ITEM_CURE_STATUS);
Expand Down

0 comments on commit b5ca3d0

Please sign in to comment.