From 6f67cfb50bf26d5f85882d2d208a3de2003693a1 Mon Sep 17 00:00:00 2001 From: NightKev <34855794+DayKev@users.noreply.github.com> Date: Thu, 8 Aug 2024 18:30:49 -0700 Subject: [PATCH] Minor capitalization change --- src/test/moves/safeguard.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/moves/safeguard.test.ts b/src/test/moves/safeguard.test.ts index 70fdfdc0ef6..66fd97a763a 100644 --- a/src/test/moves/safeguard.test.ts +++ b/src/test/moves/safeguard.test.ts @@ -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()!;