Skip to content

Commit

Permalink
oopsies
Browse files Browse the repository at this point in the history
  • Loading branch information
DetachHead committed Mar 20, 2024
1 parent 216b7a9 commit de4833d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pyright-internal/src/tests/config.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ test('BasicPyprojectTomlParsing', () => {

test('basedPyprojectTomlParsing', () => {
const { configOptions, analysisResult } = setupPyprojectToml('src/tests/samples/based_project_with_pyproject_toml');
assert.strictEqual(configOptions.defaultPythonVersion!, PythonVersion.V3_9);
assert.strictEqual(configOptions.defaultPythonVersion!, pythonVersion3_9);
assert.strictEqual(configOptions.diagnosticRuleSet.reportMissingImports, 'error');
assert.strictEqual(configOptions.diagnosticRuleSet.reportUnusedClass, 'warning');
assert(analysisResult === undefined);
Expand Down

0 comments on commit de4833d

Please sign in to comment.