Update src/test/phases/learn-move-phase.test.ts

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
Mumble 2024-09-01 14:25:47 -07:00 committed by GitHub
parent 618e838e33
commit e2feddaf62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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