X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/357027375ff8867f42ca34bcbfb5a78b5b185fc3..2983d583c9de4c33ed73d6c06d9d6eb54b30f15e:/src/catalogue/tests/templatetags.py diff --git a/src/catalogue/tests/templatetags.py b/src/catalogue/tests/templatetags.py index a66d604de..c69472fac 100644 --- a/src/catalogue/tests/templatetags.py +++ b/src/catalogue/tests/templatetags.py @@ -16,7 +16,7 @@ class BookDescTests(WLTestCase): authors = PersonStub(("Common",), "Man"), PersonStub(("Jane",), "Doe") child_info = BookInfoStub(authors=authors, genre="Genre", epoch='Epoch', kind="Kind", - **info_args(u"Child")) + **info_args(u"Child")) parent_info = BookInfoStub(authors=authors, genre="Genre", epoch='Epoch', kind="Kind", parts=[child_info.url], **info_args(u"Parent"))