ran boime

This commit is contained in:
Bertie690 2025-08-05 23:20:29 -04:00
parent 7264f56fa1
commit d85bcf2324

View File

@ -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 () => {