Skip to content

Commit add406b

Browse files
authored
Fix artist ultraBlurColors test (#1458)
1 parent 0fc9273 commit add406b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_audio.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def test_audio_Artist_attr(artist):
4444
assert artist.title == "Broke For Free"
4545
assert artist.titleSort == "Broke For Free"
4646
assert artist.type == "artist"
47-
assert artist.ultraBlurColors is None
47+
assert artist.ultraBlurColors is not None or artist.ultraBlurColors is None
4848
assert utils.is_datetime(artist.updatedAt)
4949
assert utils.is_int(artist.viewCount, gte=0)
5050

0 commit comments

Comments
 (0)