Fix test_track_get_duration

This commit is contained in:
Hugo van Kemenade 2022-09-26 11:30:50 +03:00
parent ece37c4659
commit 7f1de76f6e

View file

@ -1,4 +1,3 @@
#!/usr/bin/env python
"""
Integration (not unit) tests for pylast.py
"""
@ -110,7 +109,7 @@ class TestPyLastTrack(TestPyLastWithLastFm):
def test_track_get_duration(self) -> None:
# Arrange
track = pylast.Track("Radiohead", "Creep", self.network)
track = pylast.Track("Daft Punk", "Something About Us", self.network)
# Act
duration = track.get_duration()