forked from openlp/openlp
Find macOS problem
This commit is contained in:
parent
dd346487f5
commit
2e39304a1b
@ -44,7 +44,7 @@ class TestMediainfoWrapper(TestCase):
|
|||||||
# WHEN the media data is retrieved
|
# WHEN the media data is retrieved
|
||||||
results = MediaInfoWrapper.parse(full_path)
|
results = MediaInfoWrapper.parse(full_path)
|
||||||
|
|
||||||
assert ['fail'] == results.tracks
|
assert 'fail' == results
|
||||||
|
|
||||||
# THEN you can determine the run time
|
# THEN you can determine the run time
|
||||||
assert results.tracks[0].duration == test_data[1], 'The correct duration is returned for ' + test_data[0]
|
assert results.tracks[0].duration == test_data[1], 'The correct duration is returned for ' + test_data[0]
|
||||||
|
Loading…
Reference in New Issue
Block a user