Skip to content

Commit 5cfe807

Browse files
committed
chore: Fix typo (#3005)
1 parent 29fef8c commit 5cfe807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/lib/stores/active_contest_type.svelte.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ describe('ActiveContestTypeStore', () => {
112112
const types: ContestTableProviderGroups[] = [
113113
'abc319Onwards' as ContestTableProviderGroups,
114114
'fromAbc212ToAbc318' as ContestTableProviderGroups,
115-
'arcLatest20Rounds' as ContestTableProviderGroups,
115+
'abcLatest20Rounds' as ContestTableProviderGroups,
116116
];
117117

118118
types.forEach((type) => {

0 commit comments

Comments
 (0)