X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=sidebyside;f=tests%2Ftest_format.py;h=8d46e679e305c19c5d4f2cc524927bf44aa3b7dc;hb=12e046208dda7a46efc4b02dde9a1cb507a940ba;hp=6b3aa363f3d440421b5657d09b9821dbe46a5e75;hpb=5df964d8c2004c35349a40d74def41c60a82006a;p=m_librarian.git diff --git a/tests/test_format.py b/tests/test_format.py index 6b3aa36..8d46e67 100644 --- a/tests/test_format.py +++ b/tests/test_format.py @@ -12,4 +12,4 @@ def test_compile_format(): ml_conf.set('download', 'format', '%a/%s/%n %t') download._compile_format() assert download.compiled_format == \ - u'%(author)s/%(series)s/%(ser_no)d %(title)s' + u'%(author1)s/%(series)s/%(ser_no)d %(title)s'