Skip to content

Commit 9607f5d

Browse files
committed
chore(test): Fix typo (#2776)
1 parent aa15d88 commit 9607f5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ const [
200200
// Sources: math_and_algorithm_*, typical90_*, abc*_*
201201
// Problem indices follow the format: A01-A77, B01-B69, C01-C20
202202
const [
203+
tessoku_a01,
203204
tessoku_a06,
204205
tessoku_a27,
205206
tessoku_a29,
@@ -282,6 +283,7 @@ export const taskResultsForContestTableProvider: TaskResults = [
282283
];
283284

284285
export const taskResultsForTessokuBookProvider: TaskResults = [
286+
tessoku_a01,
285287
tessoku_a06,
286288
tessoku_a27,
287289
tessoku_a29,

0 commit comments

Comments
 (0)