mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-12-16 01:00:43 +01: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