Skip to content

Commit

Permalink
Fix Pyright 1.1.315
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Jun 26, 2023
1 parent 22d4724 commit 10aa821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pyright.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def test_pyright_attrsinstance_compat(tmp_path):
expected_diagnostics = {
PyrightDiagnostic(
severity="information",
message='Type of "attrs.AttrsInstance" is "Type[AttrsInstance]"',
message='Type of "attrs.AttrsInstance" is "type[AttrsInstance]"',
),
}
assert diagnostics == expected_diagnostics

0 comments on commit 10aa821

Please sign in to comment.