Add implementation of test_playing_track_that_isnt_in_playlist
This commit is contained in:
parent
0f0183e316
commit
a2cafd3da9
@ -868,4 +868,5 @@ class BasePlaybackControllerTest(object):
|
||||
self.assertEqual(self.playback.state, self.playback.STOPPED)
|
||||
|
||||
def test_playing_track_that_isnt_in_playlist(self):
|
||||
raise SkipTest
|
||||
test = lambda: self.playback.play(self.tracks[0])
|
||||
self.assertRaises(AssertionError, test)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user