mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-15 12:52:20 +02:00
correcting un-run test
This commit is contained in:
parent
6d515d58b5
commit
07201ad8f4
@ -198,8 +198,8 @@ describe("Moves - Parting Shot", () => {
|
||||
|
||||
await game.phaseInterceptor.to(BerryPhase, false);
|
||||
const battleStatsOpponent = game.scene.currentBattle.enemyParty[0].summonData.battleStats;
|
||||
expect(battleStatsOpponent[BattleStat.ATK]).toBe(0);
|
||||
expect(battleStatsOpponent[BattleStat.SPATK]).toBe(0);
|
||||
expect(battleStatsOpponent[BattleStat.ATK]).toBe(-1);
|
||||
expect(battleStatsOpponent[BattleStat.SPATK]).toBe(-1);
|
||||
expect(game.scene.getPlayerField()[0].species.speciesId).toBe(Species.MEOWTH);
|
||||
}, TIMEOUT
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user