File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -93,22 +93,22 @@ def test_Collection_items(collection):
9393 assert len (items ) == 1
9494
9595
96- def test_library_Collection_posters (collection ):
96+ def test_Collection_posters (collection ):
9797 posters = collection .posters ()
9898 assert posters
9999
100100
101- def test_library_Collection_art (collection ):
101+ def test_Collection_art (collection ):
102102 arts = collection .arts ()
103103 assert not arts # Collection has no default art
104104
105105
106- def test_library_Collection_mixins_images (collection ):
106+ def test_Collection_mixins_images (collection ):
107107 test_mixins .edit_art (collection )
108108 test_mixins .edit_poster (collection )
109109 test_mixins .attr_artUrl (collection )
110110 test_mixins .attr_posterUrl (collection )
111111
112112
113- def test_library_Collection_mixins_tags (collection ):
113+ def test_Collection_mixins_tags (collection ):
114114 test_mixins .edit_label (collection )
You can’t perform that action at this time.
0 commit comments