Skip to content

Commit

Permalink
Fix: Delete playlist after testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tehkillerbee committed Oct 15, 2024
1 parent a328266 commit c1bd99d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_playlist.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@

import tidalapi
from tidalapi.exceptions import ObjectNotFound

from .cover import verify_image_cover, verify_image_resolution


Expand Down Expand Up @@ -267,6 +266,7 @@ def test_playlist_merge(session):
tracks = [track.id for track in playlist.tracks()]
for track in tracks:
assert track in added_items
playlist.delete()


def test_playlist_public_private(session):
Expand Down

0 comments on commit c1bd99d

Please sign in to comment.