fix `Overrides` capitalization (#3111)
This commit is contained in:
parent
a0502fb0b5
commit
5cb1125bca
|
@ -84,7 +84,7 @@ describe("Moves - Thousand Arrows", () => {
|
||||||
it(
|
it(
|
||||||
"move should hit and ground targets under the effects of Magnet Rise",
|
"move should hit and ground targets under the effects of Magnet Rise",
|
||||||
async () => {
|
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 ]);
|
await game.startBattle([ Species.ILLUMISE ]);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue