Use a specific eng dictionary in the hunspell test

This commit is contained in:
Kovid Goyal 2022-01-26 13:48:36 +05:30
parent e8d28233bb
commit 295c225722
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -436,7 +436,7 @@ def find_tests():
def setUp(self):
dictionaries = Dictionaries()
dictionaries.initialize()
eng = parse_lang_code('en')
eng = parse_lang_code('en-GB')
self.recognized = partial(dictionaries.recognized, locale=eng)
self.suggestions = partial(dictionaries.suggestions, locale=eng)