X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/e57b146bf49e38b3bb57615110b27de5b4d1ae69..21f76f412d83effaa5569ba4bb8f5d0742ed9d2f:/tests/test_epub.py diff --git a/tests/test_epub.py b/tests/test_epub.py index faa76e7..720fec6 100644 --- a/tests/test_epub.py +++ b/tests/test_epub.py @@ -25,7 +25,8 @@ def test_transform(): for par in tree.findall("//p"): if par.text.startswith(u'Opracowanie redakcyjne i przypisy:'): editors_attribution = True - assert_equal(par.text.rstrip(), + assert_equal( + par.text.rstrip(), u'Opracowanie redakcyjne i przypisy: ' u'Adam Fikcyjny, Aleksandra Sekuła, Olga Sutkowska.') assert_true(editors_attribution)