Remove print from test
This commit is contained in:
parent
7fb56b1d28
commit
536203fdb8
|
@ -1517,7 +1517,6 @@ class TestPyLast(unittest.TestCase):
|
|||
def test_artist_listener_count(self):
|
||||
# Arrange
|
||||
artist = self.network.get_artist("Test Artist")
|
||||
print artist
|
||||
|
||||
# Act
|
||||
count = artist.get_listener_count()
|
||||
|
|
Loading…
Reference in a new issue