Merge pull request #254 from pylast/improve-test

Test against a certain user
This commit is contained in:
Hugo 2018-03-18 22:43:43 +02:00 committed by GitHub
commit ea87739458
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -214,7 +214,7 @@ class TestPyLastUser(PyLastTestCase):
def test_user_top_tracks(self): def test_user_top_tracks(self):
# Arrange # Arrange
lastfm_user = self.network.get_user(self.username) lastfm_user = self.network.get_user("RJ")
# Act # Act
things = lastfm_user.get_top_tracks(limit=2) things = lastfm_user.get_top_tracks(limit=2)