Fix failing test

The name of the spanish dictionary shipped with libreoffice has changed
This commit is contained in:
Kovid Goyal 2020-10-28 21:49:09 +05:30
parent 2e61929d24
commit 35df1312a2
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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')