Merge pull request #412 from pylast/fix-test_track_get_duration

This commit is contained in:
Hugo van Kemenade 2022-09-26 11:35:02 +03:00 committed by GitHub
commit 54a9f04f8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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()