Fix three more tests
This commit is contained in:
parent
d85684033a
commit
efe14032ce
@ -39,6 +39,7 @@ class GStreamerOutputTest(unittest.TestCase):
|
||||
return my_end.recv()
|
||||
|
||||
def send(self, message):
|
||||
message.update({'to': 'output'})
|
||||
self.output.process_message(message)
|
||||
|
||||
def test_play_uri_existing_file(self):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user