mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-02-04 12:15:09 +01:00
Restore the second 'tags' to the tests
This commit is contained in:
parent
bcd0430791
commit
8b09f4c293
1 changed files with 1 additions and 1 deletions
|
|
@ -810,7 +810,7 @@ def test_multi_sort(ms):
|
|||
[('size', True), ('tags', True), ('author', False)],
|
||||
[('series', False), ('title', True)],
|
||||
[('size', True), ('tags', True), ('author', False), ('pubdate',
|
||||
True), ('series', False), ('formats', False), ('uuid', True)],
|
||||
True), ('tags', False), ('formats', False), ('uuid', True)],
|
||||
|
||||
]:
|
||||
print '\t', ms
|
||||
|
|
|
|||
Loading…
Reference in a new issue