Skip to content

Commit

Permalink
Capitalize languages in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Sayan Sisodiya committed Feb 9, 2025
1 parent d28f881 commit e79ada3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/shared/src/rules/filters.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ describe('ruleAppliesToFile', () => {
const testFile1: Parameters<typeof ruleAppliesToFile>[1] = {
repo: 'github.com/sourcegraph/sourcegraph',
path: 'lib/shared/src/example.ts',
languages: ['typescript'],
languages: ['TypeScript'],
textContent: 'const x = 1',
}
const testFile2: Parameters<typeof ruleAppliesToFile>[1] = {
Expand Down

0 comments on commit e79ada3

Please sign in to comment.