Skip to content

Commit

Permalink
✏️ Fix typo (#1526)
Browse files Browse the repository at this point in the history
  • Loading branch information
KATO-Hiro committed Nov 29, 2024
1 parent b20a383 commit 02ca91b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/lib/utils/test_cases/contest_name_and_task_index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const generatePastTestCases = (
const PAST_TEST_DATA = {
// 1st
'past201912-open': {
contestId: 'past201904',
contestId: 'past201912-open',
tasks: ['A', 'B', 'C', 'M', 'N', 'O'],
},
// 2nd
Expand Down Expand Up @@ -248,6 +248,7 @@ const JOI_TEST_DATA = {
contestId: 'joig2023-open',
tasks: ['A', 'B', 'F'],
},
// Note: Contest ID pattern changed from joisc to joisp starting from 2023
joigsc2022: {
contestId: 'joigsc2022',
tasks: ['A', 'B', 'H'],
Expand Down

0 comments on commit 02ca91b

Please sign in to comment.