mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-07 17:02:16 +02:00
Minor capitalization change
This commit is contained in:
parent
f5dc9355e6
commit
6f67cfb50b
@ -107,7 +107,7 @@ describe("Moves - Safeguard", () => {
|
|||||||
}, TIMEOUT
|
}, TIMEOUT
|
||||||
);
|
);
|
||||||
|
|
||||||
it("protects from YAWN",
|
it("protects from Yawn",
|
||||||
async () => {
|
async () => {
|
||||||
await game.startBattle();
|
await game.startBattle();
|
||||||
const enemyPokemon = game.scene.getEnemyPokemon()!;
|
const enemyPokemon = game.scene.getEnemyPokemon()!;
|
||||||
@ -120,7 +120,7 @@ describe("Moves - Safeguard", () => {
|
|||||||
}, TIMEOUT
|
}, TIMEOUT
|
||||||
);
|
);
|
||||||
|
|
||||||
it("doesn't protect from already existing YAWN",
|
it("doesn't protect from already existing Yawn",
|
||||||
async () => {
|
async () => {
|
||||||
await game.startBattle();
|
await game.startBattle();
|
||||||
const enemyPokemon = game.scene.getEnemyPokemon()!;
|
const enemyPokemon = game.scene.getEnemyPokemon()!;
|
||||||
|
Loading…
Reference in New Issue
Block a user