Fix test that was not updatet with respect to next starting playback
This commit is contained in:
parent
41bb558a8d
commit
285f5798d2
@ -821,6 +821,7 @@ class BasePlaybackControllerTest(object):
|
||||
def test_random_until_end_of_playlist_with_repeat(self):
|
||||
self.playback.repeat = True
|
||||
self.playback.random = True
|
||||
self.playback.play()
|
||||
for track in self.tracks:
|
||||
self.playback.next()
|
||||
self.assertNotEqual(self.playback.next_track, None)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user