mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-22 19:53:17 +00:00
Remoce .date()
This commit is contained in:
parent
fdb7332695
commit
5cac2e6872
1 changed files with 1 additions and 1 deletions
|
@ -379,7 +379,7 @@ def test_video_Episode_analyze(a_tv_section):
|
|||
|
||||
def test_video_Episode_attrs(a_episode):
|
||||
ep = a_episode
|
||||
assert ep.addedAt.date() > datetime(2017, 1, 1)
|
||||
assert ep.addedAt > datetime(2017, 1, 1)
|
||||
assert ep.contentRating == 'TV-14'
|
||||
assert [i.tag for i in ep.directors] == ['Bharat Nalluri']
|
||||
assert ep.duration == 170859
|
||||
|
|
Loading…
Reference in a new issue