Skip to content

Commit

Permalink
Fix Scribe-iOS data migration test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis committed Jun 9, 2024
1 parent e595d45 commit bfa1312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/load/test_update_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def test_get_path_from_wikidata_dir():
def test_get_ios_data_path():
assert (
utils.get_ios_data_path("suomi")
== "/Scribe-iOS/Keyboards/LanguageKeyboards/suomi"
== "Scribe-iOS/Keyboards/LanguageKeyboards/suomi"
)


Expand Down

0 comments on commit bfa1312

Please sign in to comment.