Replace print with logging
This commit is contained in:
parent
cef02d0700
commit
f923cd2c50
3 changed files with 25 additions and 2 deletions
|
@ -140,7 +140,6 @@ class TestPyLastTrack(PyLastTestCase):
|
|||
|
||||
# Act
|
||||
album = track.get_album()
|
||||
print(album)
|
||||
|
||||
# Assert
|
||||
self.assertEqual(str(album), "Nirvana - Nevermind")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue