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