Skip to content

Commit

Permalink
Synchronize test data
Browse files Browse the repository at this point in the history
  • Loading branch information
morguldir committed Jan 19, 2022
1 parent 9f8b096 commit 261f0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def test_get_album_videos(session):
videos = session.get_album_videos(108046179)
assert videos[0].name == 'Formation (Choreography Version)'
assert videos[0].track_num == 14
assert videos[0].duration == 262
assert videos[0].duration == 261
assert videos[0].artist.name == 'Beyoncé'
assert videos[0].album.name == 'Lemonade'
assert videos[1].name == 'Lemonade Film'
Expand Down

0 comments on commit 261f0a0

Please sign in to comment.