Skip to content

Commit 9f71277

Browse files
committed
Comment corrections
Test updated for function instead of attribute.
1 parent 76f77a5 commit 9f71277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_video.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def test_video_Movie_attrs(movies):
101101
assert [i.tag for i in movie.directors] == ['Nina Paley']
102102
assert movie.duration >= 160000
103103
assert movie.fields == []
104-
assert movie.posters
104+
assert movie.posters()
105105
assert sorted([i.tag for i in movie.genres]) == ['Animation', 'Comedy', 'Fantasy', 'Musical', 'Romance']
106106
assert movie.guid == 'com.plexapp.agents.imdb://tt1172203?lang=en'
107107
assert utils.is_metadata(movie._initpath)

0 commit comments

Comments
 (0)