From d85bcf232439145cc60ef4ea4f6ee8148c241eaf Mon Sep 17 00:00:00 2001 From: Bertie690 Date: Tue, 5 Aug 2025 23:20:29 -0400 Subject: [PATCH] ran boime --- test/moves/sleep-talk.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/moves/sleep-talk.test.ts b/test/moves/sleep-talk.test.ts index e8a1bf4cbcb..56dc7ba2121 100644 --- a/test/moves/sleep-talk.test.ts +++ b/test/moves/sleep-talk.test.ts @@ -79,7 +79,7 @@ describe("Moves - Sleep Talk", () => { game.move.select(MoveId.SLEEP_TALK); await game.toNextTurn(); - expect(feebas).toHaveUsedMove({result: MoveResult.FAIL}); + expect(feebas).toHaveUsedMove({ result: MoveResult.FAIL }); }); it("should fail if the user has no valid moves", async () => {