Skip to content

Commit

Permalink
[DATALAD RUNCMD] Fixing 'unparseable' quote using experimental codespell
Browse files Browse the repository at this point in the history
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 ^^^
  • Loading branch information
yarikoptic committed Nov 22, 2024
1 parent 33da9ff commit 130f653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_schema_invalids.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def cant_parse_annotation(self, unparsable: PydanticUnparsableInner) -> None: ..
with pytest.raises(SystemExit):
get_schema_helper([PydanticUnparsable])
assert (
"On capability 'PydanticUnparsable', parameter 'unparseable' type annotation" in caplog.text
"On capability 'PydanticUnparsable', parameter 'unparsable' type annotation" in caplog.text
)
assert "on function 'cant_parse_annotation' is invalid" in caplog.text

Expand Down

0 comments on commit 130f653

Please sign in to comment.