X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/22290f82670463d15f15f42cf1fe3ead76a6c08e..3b0b98465bc1862306b05bb8305a1abbf40ca310:/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)