diff --git a/app/services/__tests__/discord.test.ts b/app/services/__tests__/discord.test.ts index b8b8660..9586dee 100644 --- a/app/services/__tests__/discord.test.ts +++ b/app/services/__tests__/discord.test.ts @@ -157,7 +157,7 @@ describe("sendStandingsUpdateNotification", () => { }); const desc = getDescription(); - expect(desc).toContain("1. Alpha FC (christhrowsrocks) — 150 pts"); + expect(desc).toContain("1\\. Alpha FC (christhrowsrocks) — 150 pts"); // Beta didn't change points or rank, so it's not shown expect(desc).not.toContain("Beta United"); });