Skip to content

Commit 3718d1c

Browse files
committed
capitalization change
1 parent 2c0f980 commit 3718d1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# Mypy 1.7 changed <nothing> into "Never", so make this a regex to be compatible
2424
# with multiple versions of mypy
2525
TYPE_ERR_MSG_REGEX = (
26-
r'"Dict\[(?:(?:<nothing>)|(?:Never)), (?:(?:<nothing>)|(?:Never))\]" has no attribute "append"'
26+
r'"dict\[(?:(?:<nothing>)|(?:Never)), (?:(?:<nothing>)|(?:Never))\]" has no attribute "append"'
2727
)
2828

2929
TEST_LINE = 'test_plugin.py:279:8:279:16: error: "Request" has no attribute "id" [attr-defined]'

0 commit comments

Comments
 (0)