fix spelling mistakes
This commit is contained in:
parent
07dd61ca6a
commit
78489157a1
9 changed files with 10 additions and 10 deletions
|
@ -89,7 +89,7 @@ def test_attribute_handling(tmp_path: Path) -> None:
|
|||
# mypy doesn't know about it, but the attribute is there
|
||||
assert getattr(config, 'irrelevant') == 'hello'
|
||||
|
||||
# check that overriden default attribute is actually getting overridden
|
||||
# check that overridden default attribute is actually getting overridden
|
||||
assert config.timezone == nytz
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue