Fix typo in GStreamer test
This commit is contained in:
parent
5203ecdaf8
commit
adab4c914d
@ -6,7 +6,7 @@ from tests.backends import (BasePlaybackControllerTest,
|
|||||||
BaseCurrentPlaylistControllerTest)
|
BaseCurrentPlaylistControllerTest)
|
||||||
|
|
||||||
class GStreamerCurrentPlaylistHandlerTest(BaseCurrentPlaylistControllerTest, unittest.TestCase):
|
class GStreamerCurrentPlaylistHandlerTest(BaseCurrentPlaylistControllerTest, unittest.TestCase):
|
||||||
uri = ['file://data/song1.mp3',
|
uris = ['file://data/song1.mp3',
|
||||||
'file://data/song2.mp3',
|
'file://data/song2.mp3',
|
||||||
'file://data/song3.mp3',
|
'file://data/song3.mp3',
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user