We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7007954 commit 4cd78c5Copy full SHA for 4cd78c5
utest/test_translation.py
@@ -58,7 +58,9 @@ def test_keyword_names_are_unique(data: dict):
58
), f"{translation} == {data[translation]['name']}"
59
60
61
-def test_keyword_names_no_space(data: robotframework_seleniumlibrary_translation_fi.Language):
+def test_keyword_names_no_space(
62
+ data: robotframework_seleniumlibrary_translation_fi.Language,
63
+):
64
for translation, value in data.items():
65
assert " " not in translation, translation
66
assert " " not in value["name"], value
0 commit comments