From e0b7a54dc4afe0b0febb33f0feb88f42b3a4ea19 Mon Sep 17 00:00:00 2001 From: Bertie690 <136088738+Bertie690@users.noreply.github.com> Date: Sun, 20 Apr 2025 14:05:23 -0400 Subject: [PATCH] fix create-test-boilerplate.js Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> --- create-test-boilerplate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create-test-boilerplate.js b/create-test-boilerplate.js index d2d672a2c45..9988d9fcea4 100644 --- a/create-test-boilerplate.js +++ b/create-test-boilerplate.js @@ -134,7 +134,7 @@ describe("${description}", () => { game.override .moveset(Moves.${type === "move" ? attrName : "SPLASH"}) .ability(Abilities.${type === "ability" ? attrName : "BALL_FETCH"}) - .battleType("single") + .battleStyle("single") .disableCrits() .enemySpecies(Species.MAGIKARP) .enemyAbility(Abilities.BALL_FETCH)