mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-25 08:16:04 +00:00
fix Overrides
capitalization (#3111)
This commit is contained in:
parent
a0502fb0b5
commit
5cb1125bca
@ -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 ]);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user