Skip to content

Commit

Permalink
test the test
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxM1211 committed Oct 18, 2023
1 parent 8603459 commit 2153037
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion en/global.ini
Original file line number Diff line number Diff line change
Expand Up @@ -63687,7 +63687,7 @@ scan_data_visible=Visible
scrambleracesubmissions_obj_display_01,P=Luca Brunt: Pending update
scrambleracesubmissions_obj_long_01,P=Luca Brunt: Await update
scrambleracesubmissions_obj_short_01,P=Await update
seachbody_obj_short_02a=Identify
searchbody_obj_short_02a=Identify
searchbody_cave_desc=~mission(Contractor|SearchBodyCaveDescription)
searchbody_cave_from=~mission(Contractor|SearchBodyCaveFrom)
searchbody_cave_obj_long_01=Go to the ~mission(Location|Address) to search for ~mission(TargetName).
Expand Down
8 changes: 4 additions & 4 deletions tests/key_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ def removeFirst(file):
line += 1


with open("global.ini", encoding="utf_8_sig", mode="r+") as file:
removeFirst(file=file)
with open("en/global.ini", encoding="utf_8_sig", mode="r+") as file:
removeFirst(file=file)
# with open("global.ini", encoding="utf_8_sig", mode="r+") as file:
# removeFirst(file=file)
# with open("en/global.ini", encoding="utf_8_sig", mode="r+") as file:
# removeFirst(file=file)

if len(not_found_keys):
print(json.dumps(not_found_keys, indent=4))
Expand Down

0 comments on commit 2153037

Please sign in to comment.