]> git.phdru.name Git - m_librarian.git/blobdiff - tests/test_format.py
Feat(db): Add book.author1 property
[m_librarian.git] / tests / test_format.py
index 6b3aa363f3d440421b5657d09b9821dbe46a5e75..8d46e679e305c19c5d4f2cc524927bf44aa3b7dc 100644 (file)
@@ -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'