Skip to content

Commit b3b9df6

Browse files
committed
Add tests for Track.version
1 parent 9acc849 commit b3b9df6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ def test_get_album_tracks(session):
7676
assert tracks[-1].name == 'Gone'
7777
assert tracks[-1].track_num == 13
7878
assert tracks[-1].duration == 210
79+
assert tracks[-1].version == 'Acoustic Version'
7980

8081
def test_get_album_videos(session):
8182
videos = session.get_album_videos(108046179)

0 commit comments

Comments
 (0)