Tests for walking metadata

This commit is contained in:
Jamie Hardt
2020-01-05 17:10:33 -08:00
parent 93a9ca0fd3
commit ffa51eaff4
3 changed files with 28 additions and 10 deletions

View File

@@ -77,7 +77,7 @@ class TestWaveInfo(TestCase):
}
for wav_file in all_files():
basename = os.path.basename(wav_file)
basename = os.path.basename(wav_file)
if basename in expected:
info = wavinfo.WavInfoReader(wav_file)
e = expected[basename]