Replace print with logging

This commit is contained in:
Hugo 2018-04-15 21:55:08 +03:00
parent cef02d0700
commit f923cd2c50
3 changed files with 25 additions and 2 deletions

View file

@ -140,7 +140,6 @@ class TestPyLastTrack(PyLastTestCase):
# Act
album = track.get_album()
print(album)
# Assert
self.assertEqual(str(album), "Nirvana - Nevermind")