Skip to content

Commit 71fa876

Browse files
committed
chore: Add comment (#3169)
1 parent 534f560 commit 71fa876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/tasks/utils/contest-table/joi_providers.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ describe('JOIFirstQualRoundProvider', () => {
8080
test('expects to handle invalid contest IDs gracefully', () => {
8181
const provider = new JOIFirstQualRoundProvider(ContestType.JOI);
8282

83-
expect(provider.getContestRoundLabel('invalid-id')).toBe('INVALID-ID');
83+
expect(provider.getContestRoundLabel('invalid-id')).toBe('INVALID-ID'); // See: getContestNameLabel() in src/lib/utils/contest.ts
8484
expect(provider.getContestRoundLabel('joi2024yo1d')).toBe('2024d'); // 'd' doesn't match valid round (a|b|c)
8585
});
8686

0 commit comments

Comments
 (0)