Skip to content

Commit

Permalink
Test UltraBlurColors attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyWong16 committed Aug 3, 2024
1 parent b99becd commit 0b136d5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/test_audio.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,14 @@ def test_audio_Artist_hubs(artist):
assert isinstance(hubs, list)


def test_audio_Artist_ultraBlurColors(artist):
ultraBlurColors = artist.ultraBlurColors
assert ultraBlurColors.bottomLeft
assert ultraBlurColors.bottomRight
assert ultraBlurColors.topLeft
assert ultraBlurColors.topRight


def test_audio_Artist_mixins_edit_advanced_settings(artist):
test_mixins.edit_advanced_settings(artist)

Expand Down

0 comments on commit 0b136d5

Please sign in to comment.