Minor capitalization change

This commit is contained in:
NightKev 2024-08-08 18:30:49 -07:00
parent f5dc9355e6
commit 6f67cfb50b

View File

@ -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()!;