From 3a560c60a8aa5db56fdcc8eabf9ed0f3c66a3389 Mon Sep 17 00:00:00 2001 From: Bertie690 <136088738+Bertie690@users.noreply.github.com> Date: Wed, 2 Jul 2025 12:25:39 +0200 Subject: [PATCH] Update moveHelper.ts Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> --- test/testUtils/helpers/moveHelper.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/testUtils/helpers/moveHelper.ts b/test/testUtils/helpers/moveHelper.ts index fe46b1fce2d..b912ff073c1 100644 --- a/test/testUtils/helpers/moveHelper.ts +++ b/test/testUtils/helpers/moveHelper.ts @@ -64,9 +64,9 @@ export class MoveHelper extends GameManagerHelper { const movePosition = this.getMovePosition(pkmIndex, move); if (movePosition === -1) { expect.fail( - `MoveHelper.select called with move '${toReadableString(MoveId[move])}' not in moveset! -Battler Index: ${toReadableString(BattlerIndex[pkmIndex])}; -Moveset: [${this.game.scene + `MoveHelper.select called with move '${toReadableString(MoveId[move])}' not in moveset!` + + `\nBattler Index: ${toReadableString(BattlerIndex[pkmIndex])}` + + `\nMoveset: [${this.game.scene .getPlayerParty() [pkmIndex].getMoveset() .map(pm => toReadableString(MoveId[pm.moveId]))