Skip to content

Commit 234a167

Browse files
Update test-data/unit/cmdline.pyproject.test: presumably necessary test change for friendlier error message
1 parent 6eb6ab9 commit 234a167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-data/unit/cmdline.pyproject.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,5 +235,5 @@ enable_error_code = true
235235
[file a.py]
236236
x: int = 1
237237
[out]
238-
pyproject.toml: [mypy]: enable_error_code: Expected a list or a stringified version thereof, but got: 'True', of type <class 'bool'>.
238+
pyproject.toml: [mypy]: enable_error_code: Expected a list or a stringified version thereof, but got: 'True', of type bool.
239239
== Return code: 0

0 commit comments

Comments
 (0)