From 35df1312a23dbcf4795b33102cae66fc7052b13e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 28 Oct 2020 21:49:09 +0530 Subject: [PATCH] Fix failing test The name of the spanish dictionary shipped with libreoffice has changed --- src/calibre/utils/hyphenation/test_hyphenation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/utils/hyphenation/test_hyphenation.py b/src/calibre/utils/hyphenation/test_hyphenation.py index 9bdc1574fa..7360ebd59b 100644 --- a/src/calibre/utils/hyphenation/test_hyphenation.py +++ b/src/calibre/utils/hyphenation/test_hyphenation.py @@ -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')