mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-06-21 23:23:55 +02:00
A lot of spelling (#512)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user