Skip to content

Commit

Permalink
chrore: lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aaltat committed Jun 1, 2024
1 parent 7007954 commit 4cd78c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion utest/test_translation.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ def test_keyword_names_are_unique(data: dict):
), f"{translation} == {data[translation]['name']}"


def test_keyword_names_no_space(data: robotframework_seleniumlibrary_translation_fi.Language):
def test_keyword_names_no_space(
data: robotframework_seleniumlibrary_translation_fi.Language,
):
for translation, value in data.items():
assert " " not in translation, translation
assert " " not in value["name"], value
Expand Down

0 comments on commit 4cd78c5

Please sign in to comment.