Skip to content

Commit

Permalink
test: fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
aaltat committed Sep 18, 2024
1 parent b1d1514 commit 969501a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion atest/json_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

def compare_translations(file: Path):
with Path(__file__).parent.parent.joinpath(
"robotframework_browser_translation_fi", "translation.json"
"robotframework_browser_translation", "translation_fi.json"
).open("r") as file_object:
expected_data = json.load(file_object)
expected_keywords = [kw["name"] for kw in expected_data.values()]
Expand Down
3 changes: 3 additions & 0 deletions atest/translation.robot
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
*** Settings ***
Library Browser language=FI
Library OperatingSystem
Library Process
Library json_lib.py

*** Test Cases ***
Translation Works With Translation
Expand Down

0 comments on commit 969501a

Please sign in to comment.