diff --git a/test/test-utils/helpers/classic-mode-helper.ts b/test/test-utils/helpers/classic-mode-helper.ts index 77da57b3c64..18c10ef6d1e 100644 --- a/test/test-utils/helpers/classic-mode-helper.ts +++ b/test/test-utils/helpers/classic-mode-helper.ts @@ -111,7 +111,7 @@ export class ClassicModeHelper extends GameManagerHelper { * @example * ```ts * await game.classicMode.runToSummon([SpeciesId.MIGHTYENA, SpeciesId.POOCHYENA]) - * await game.queueStartOfBattleSwitch(1); + * await game.startBattleWithSwitch(1); * ``` */ public async startBattleWithSwitch(pokemonIndex: number): Promise {