Skip to content

Commit 5d44c81

Browse files
committed
[DATALAD RUNCMD] Fixing 'unparseable' quote using experimental codespell
codespell from codespell-project/codespell#3588 === Do not change lines below === { "chain": [], "cmd": "codespell -w ./tests/unit/test_schema_invalids.py", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^
1 parent f4411d9 commit 5d44c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_schema_invalids.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def cant_parse_annotation(self, unparsable: PydanticUnparsableInner) -> None: ..
137137
with pytest.raises(SystemExit):
138138
get_schema_helper([PydanticUnparsable])
139139
assert (
140-
"On capability 'PydanticUnparsable', parameter 'unparseable' type annotation" in caplog.text
140+
"On capability 'PydanticUnparsable', parameter 'unparsable' type annotation" in caplog.text
141141
)
142142
assert "on function 'cant_parse_annotation' is invalid" in caplog.text
143143

0 commit comments

Comments
 (0)