We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3173e9c commit 1709868Copy full SHA for 1709868
tests/test_audio.py
@@ -7,7 +7,7 @@ def test_audio_Artist_attr(artist):
7
artist.reload()
8
assert utils.is_datetime(artist.addedAt)
9
assert artist.countries == []
10
- assert [i.tag for i in artist.genres] == [] # ['Electronic']
+ assert [i.tag for i in artist.genres] in [[], ['Electronic']]
11
assert utils.is_string(artist.guid, gte=5)
12
assert artist.index == '1'
13
assert utils.is_metadata(artist._initpath)
0 commit comments