Check lowercase album title
This commit is contained in:
parent
db3ed0fc3c
commit
6a3ba02931
|
@ -1488,7 +1488,7 @@ class TestPyLast(unittest.TestCase):
|
||||||
|
|
||||||
# Assert
|
# Assert
|
||||||
self.assertIsInstance(album, pylast.Album)
|
self.assertIsInstance(album, pylast.Album)
|
||||||
self.assertEqual(album.title, "TEST")
|
self.assertEqual(album.title.lower(), "test")
|
||||||
self.assertEqual(album_mbid, mbid)
|
self.assertEqual(album_mbid, mbid)
|
||||||
|
|
||||||
def test_artist_mbid(self):
|
def test_artist_mbid(self):
|
||||||
|
|
Loading…
Reference in a new issue