Adjust way to fragile test_next_with_random
This commit is contained in:
parent
a352590f60
commit
d806a304bc
@ -743,7 +743,7 @@ class BasePlaybackControllerTest(object):
|
||||
self.playback.random = True
|
||||
self.playback.play()
|
||||
self.playback.next()
|
||||
self.assertEqual(self.playback.current_track, self.tracks[2])
|
||||
self.assertEqual(self.playback.current_track, self.tracks[1])
|
||||
|
||||
@populate_playlist
|
||||
def test_previous_with_random(self):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user