Fix discord test to expect escaped period in rank display
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
b1c7ae3ddf
commit
6427e79855
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue