We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9acc849 commit b3b9df6Copy full SHA for b3b9df6
1 file changed
tests/test_api.py
@@ -76,6 +76,7 @@ def test_get_album_tracks(session):
76
assert tracks[-1].name == 'Gone'
77
assert tracks[-1].track_num == 13
78
assert tracks[-1].duration == 210
79
+ assert tracks[-1].version == 'Acoustic Version'
80
81
def test_get_album_videos(session):
82
videos = session.get_album_videos(108046179)
0 commit comments