Merge pull request #254 from pylast/improve-test
Test against a certain user
This commit is contained in:
commit
ea87739458
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue