[soundcloud:playlist] Fix test description
This commit is contained in:
parent
0fd7fd71b4
commit
d82ba23ba5
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ class TestPlaylists(unittest.TestCase):
|
|||
self.assertEqual(result['id'], '4110309')
|
||||
self.assertEqual(result['title'], 'TILT Brass - Bowery Poetry Club, August \'03 [Non-Site SCR 02]')
|
||||
assertRegexpMatches(
|
||||
self, result['description'], r'TILT Brass - Bowery Poetry Club')
|
||||
self, result['description'], r'.*?TILT Brass - Bowery Poetry Club')
|
||||
self.assertEqual(len(result['entries']), 6)
|
||||
|
||||
def test_livestream_event(self):
|
||||
|
|
Loading…
Reference in a new issue