Test against a certain user
One we know has more than two top tracks, rather than a new test user who might not.
This commit is contained in:
parent
aba895d56f
commit
0759bf5b0c
|
@ -214,7 +214,7 @@ class TestPyLastUser(PyLastTestCase):
|
|||
|
||||
def test_user_top_tracks(self):
|
||||
# Arrange
|
||||
lastfm_user = self.network.get_user(self.username)
|
||||
lastfm_user = self.network.get_user("RJ")
|
||||
|
||||
# Act
|
||||
things = lastfm_user.get_top_tracks(limit=2)
|
||||
|
|
Loading…
Reference in a new issue