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):
|
def test_artist_listener_count(self):
|
||||||
# Arrange
|
# Arrange
|
||||||
artist = self.network.get_artist("Test Artist")
|
artist = self.network.get_artist("Test Artist")
|
||||||
print artist
|
|
||||||
|
|
||||||
# Act
|
# Act
|
||||||
count = artist.get_listener_count()
|
count = artist.get_listener_count()
|
||||||
|
|
Loading…
Reference in a new issue