From e2feddaf620952c9550cf05dfb6a66f859e90a82 Mon Sep 17 00:00:00 2001 From: Mumble <171087428+frutescens@users.noreply.github.com> Date: Sun, 1 Sep 2024 14:25:47 -0700 Subject: [PATCH] Update src/test/phases/learn-move-phase.test.ts Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> --- src/test/phases/learn-move-phase.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/phases/learn-move-phase.test.ts b/src/test/phases/learn-move-phase.test.ts index 42ec80edc09..634634983c9 100644 --- a/src/test/phases/learn-move-phase.test.ts +++ b/src/test/phases/learn-move-phase.test.ts @@ -23,7 +23,6 @@ describe("Learn Move Phase", () => { beforeEach(() => { game = new GameManager(phaserGame); Overrides.XP_MULTIPLIER_OVERRIDE = 50; - game.override.startingLevel(5); }); it("If Pokemon has less than 4 moves, its newest move will be added to the lowest empty index", async () => {