mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Use a specific eng dictionary in the hunspell test
This commit is contained in:
parent
e8d28233bb
commit
295c225722
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user