mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-13 07:27:09 +00:00
Its hit or miss..
This commit is contained in:
parent
3173e9cce2
commit
1709868665
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ def test_audio_Artist_attr(artist):
|
|||
artist.reload()
|
||||
assert utils.is_datetime(artist.addedAt)
|
||||
assert artist.countries == []
|
||||
assert [i.tag for i in artist.genres] == [] # ['Electronic']
|
||||
assert [i.tag for i in artist.genres] in [[], ['Electronic']]
|
||||
assert utils.is_string(artist.guid, gte=5)
|
||||
assert artist.index == '1'
|
||||
assert utils.is_metadata(artist._initpath)
|
||||
|
|
Loading…
Reference in a new issue