mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-31 12:42:22 +02:00
minor test desc change
This commit is contained in:
parent
e48e003474
commit
b1eea52e72
@ -163,7 +163,7 @@ describe("Moves - Instruct", () => {
|
||||
expect(game.scene.getPlayerPokemon()!.getLastXMoves()[0].result).toBe(MoveResult.FAIL);
|
||||
});
|
||||
|
||||
it("should try to repeat enemy's disabled move, but fail", async () => {
|
||||
it("should attempt to call enemy's disabled move, but move use itself should fail", async () => {
|
||||
game.override.enemyMoveset([ Moves.SONIC_BOOM, Moves.PROTECT, Moves.SUBSTITUTE, Moves.HYPER_BEAM ]);
|
||||
game.override.moveset([ Moves.INSTRUCT, Moves.SONIC_BOOM, Moves.DISABLE, Moves.SPLASH ]);
|
||||
await game.classicMode.startBattle([ Species.AMOONGUSS, Species.DROWZEE ]);
|
||||
|
Loading…
Reference in New Issue
Block a user