Skip to content

Commit fb44cfb

Browse files
committed
chore: Fix typo (#2920)
1 parent 609b6c5 commit fb44cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2066,7 +2066,7 @@ describe('ContestTableProviderBase and implementations', () => {
20662066
});
20672067

20682068
test('expects to handle empty task results', () => {
2069-
const provider = new MathAndAlgorithmProvider(ContestType.ACL_PRACTICE);
2069+
const provider = new ACLPracticeProvider(ContestType.ACL_PRACTICE);
20702070
const filtered = provider.filter([] as TaskResults);
20712071

20722072
expect(filtered).toEqual([] as TaskResults);

0 commit comments

Comments
 (0)