mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
Fix failing test
The name of the spanish dictionary shipped with libreoffice has changed
This commit is contained in:
parent
2e61929d24
commit
35df1312a2
@ -55,7 +55,7 @@ class TestHyphenation(unittest.TestCase):
|
||||
t('en', 'en_US')
|
||||
t('en_IN', 'en_GB')
|
||||
t('de', 'de_DE')
|
||||
t('es', 'es_ANY')
|
||||
t('es', 'es')
|
||||
t('nl', 'nl_NL')
|
||||
t('fr', 'fr')
|
||||
t('XXX')
|
||||
|
Loading…
x
Reference in New Issue
Block a user