Skip to content

Commit

Permalink
Re-enabled a test case that was previously disabled because it was br…
Browse files Browse the repository at this point in the history
…oken.
  • Loading branch information
msfterictraut committed Jun 18, 2023
1 parent 7ea11a1 commit 42a37f4
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions packages/pyright-internal/src/tests/typeEvaluator2.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -620,14 +620,11 @@ test('GenericTypes34', () => {
TestUtils.validateResults(analysisResults, 1);
});

// This test is intentionally commented out for now. The functionality
// that it tests relied on the looser handling of TypeVars.
test('GenericTypes35', () => {
const analysisResults = TestUtils.typeAnalyzeSampleFiles(['genericTypes35.py']);

// test('GenericTypes35', () => {
// const analysisResults = TestUtils.typeAnalyzeSampleFiles(['genericTypes35.py']);

// TestUtils.validateResults(analysisResults, 1);
// });
TestUtils.validateResults(analysisResults, 1);
});

test('GenericTypes36', () => {
const analysisResults = TestUtils.typeAnalyzeSampleFiles(['genericTypes36.py']);
Expand Down

0 comments on commit 42a37f4

Please sign in to comment.