A lot of spelling (#512)

This commit is contained in:
2024-01-04 18:01:59 +01:00
committed by GitHub
parent a0ba5d5027
commit 9ea3771f18
26 changed files with 57 additions and 68 deletions

View File

@ -57,5 +57,5 @@ def test_transform_date_to_iso(value: str, expected: str) -> None:
],
)
def test_remove_trailing_and_leading_quotes(value: str, expected_result: str) -> None:
result = string_tools.remove_traling_and_leading_quotes(value)
result = string_tools.remove_trailing_and_leading_quotes(value)
assert result == expected_result