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 () => {