Skip to content

Commit 1709868

Browse files
committed
Its hit or miss..
1 parent 3173e9c commit 1709868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_audio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def test_audio_Artist_attr(artist):
77
artist.reload()
88
assert utils.is_datetime(artist.addedAt)
99
assert artist.countries == []
10-
assert [i.tag for i in artist.genres] == [] # ['Electronic']
10+
assert [i.tag for i in artist.genres] in [[], ['Electronic']]
1111
assert utils.is_string(artist.guid, gte=5)
1212
assert artist.index == '1'
1313
assert utils.is_metadata(artist._initpath)

0 commit comments

Comments
 (0)