Skip to content

Commit 8b5b723

Browse files
committed
chore(test): Fix typo (#2776)
1 parent 5201ea0 commit 8b5b723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/lib/utils/test_cases/contest_table_provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ const [
214214
tessoku_c09,
215215
tessoku_c18,
216216
] = createContestTasks('tessoku-book', [
217-
{ taskId: 'tesesoku_book_a', taskTableIndex: 'A01', statusName: AC },
217+
{ taskId: 'tessoku_book_a', taskTableIndex: 'A01', statusName: AC },
218218
{ taskId: 'math_and_algorithm_ai', taskTableIndex: 'A06', statusName: AC },
219219
{ taskId: 'math_and_algorithm_o', taskTableIndex: 'A27', statusName: AC },
220220
{ taskId: 'math_and_algorithm_aq', taskTableIndex: 'A29', statusName: AC_WITH_EDITORIAL },

0 commit comments

Comments
 (0)