Fixed Knock Off upcoming test

This commit is contained in:
Eduardo Quezada 2024-05-13 11:25:49 -04:00
parent d4eb94db92
commit 0f5297423f

View file

@ -96,7 +96,7 @@ SINGLE_BATTLE_TEST("Knock Off does not remove items through Substitute")
ANIMATION(ANIM_TYPE_MOVE, MOVE_KNOCK_OFF, player);
NOT { ANIMATION(ANIM_TYPE_GENERAL, B_ANIM_ITEM_KNOCKOFF); }
} THEN {
EXPECT(opponent->item == ITEM_NONE);
EXPECT(opponent->item == ITEM_LEFTOVERS);
}
}