fix Overrides capitalization (#3111)

This commit is contained in:
flx-sta 2024-07-23 09:07:32 -07:00 committed by GitHub
parent a0502fb0b5
commit 5cb1125bca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -84,7 +84,7 @@ describe("Moves - Thousand Arrows", () => {
it(
"move should hit and ground targets under the effects of Magnet Rise",
async () => {
vi.spyOn(overrides, "OPP_SPECIES_OVERRIDE", "get").mockReturnValue(Species.SNORLAX);
vi.spyOn(Overrides, "OPP_SPECIES_OVERRIDE", "get").mockReturnValue(Species.SNORLAX);
await game.startBattle([ Species.ILLUMISE ]);