Skip to content

Commit

Permalink
Fixed file type casing issue that affected Linux tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
erictraut committed Jan 9, 2024
1 parent bdbb630 commit a7c8526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pyright-internal/src/tests/typeEvaluator2.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ test('isInstance5', () => {
});

test('isInstance6', () => {
const analysisResults = TestUtils.typeAnalyzeSampleFiles(['isInstance6.py']);
const analysisResults = TestUtils.typeAnalyzeSampleFiles(['isinstance6.py']);

TestUtils.validateResults(analysisResults, 3);
});
Expand Down

0 comments on commit a7c8526

Please sign in to comment.