mirror of
https://github.com/iluvcapra/wavinfo.git
synced 2026-01-01 17:30:41 +00:00
Renamed iter back to walk
This commit is contained in:
@@ -8,7 +8,7 @@ class TestWalk(unittest.TestCase):
|
||||
info = wavinfo.WavInfoReader(test_file)
|
||||
|
||||
tested_data , tested_format = False, False
|
||||
for scope, key, value in info.iter():
|
||||
for scope, key, value in info.walk():
|
||||
if scope == 'fmt':
|
||||
if key == 'channel_count':
|
||||
tested_format = True
|
||||
|
||||
Reference in New Issue
Block a user