mirror of
https://github.com/iluvcapra/wavinfo.git
synced 2025-12-31 08:50:41 +00:00
Oops typo
This commit is contained in:
@@ -104,7 +104,7 @@ class TestWaveInfo(TestCase):
|
|||||||
self.assertEqual(track.name, 'MKH516 A')
|
self.assertEqual(track.name, 'MKH516 A')
|
||||||
|
|
||||||
def test_steinberg_ixml(self):
|
def test_steinberg_ixml(self):
|
||||||
nuendo_files = 'test/test_files/nuendo/*.wav'
|
nuendo_files = 'tests/test_files/nuendo/*.wav'
|
||||||
for file in glob(nuendo_files):
|
for file in glob(nuendo_files):
|
||||||
info = wavinfo.WavInfoReader(file)
|
info = wavinfo.WavInfoReader(file)
|
||||||
assert info.ixml is not None
|
assert info.ixml is not None
|
||||||
|
|||||||
Reference in New Issue
Block a user