Fix locale test

This commit is contained in:
Micah Lee 2018-09-23 14:39:29 -07:00
parent 6193047d6b
commit e460acbb91
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -47,7 +47,7 @@ class TestLoadStrings:
self, common_obj, locale_en, sys_onionshare_dev_mode):
""" load_strings() loads English by default """
strings.load_strings(common_obj)
assert strings._('preparing_files') == "Preparing files to share."
assert strings._('preparing_files') == "Compressing files."
def test_load_strings_loads_other_languages(