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