X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/dfd584e3b136d770bf56569030d10712a8722569..ccf1868db403f603a87db2194a8ced22a05766f1:/apps/picture/tests/picture_import.py diff --git a/apps/picture/tests/picture_import.py b/apps/picture/tests/picture_import.py index 7b1f64807..1e17289c3 100644 --- a/apps/picture/tests/picture_import.py +++ b/apps/picture/tests/picture_import.py @@ -18,7 +18,7 @@ class PictureTest(WLTestCase): for area in picture.areas.all(): themes.update([(tag.category, tag.name) for tag in area.tags if tag.category in (u'theme', u'thing')]) - assert themes == set([(u'theme', u'nieporządek'), (u'thing', u'kosmos')]), \ + assert themes == set([(u'theme', u'nieporządek'), (u'thing', u'Kosmos')]), \ 'Bad themes on Picture areas: %s' % themes pic_themes = set([tag.name for tag in picture.tags if tag.category in ('theme', 'thing')])