mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Restore the second 'tags' to the tests
This commit is contained in:
parent
bcd0430791
commit
8b09f4c293
@ -810,7 +810,7 @@ if __name__ == '__main__':
|
||||
[('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…
x
Reference in New Issue
Block a user