Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Jan 26, 2024
1 parent 5e2f57d commit c46be1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_audiofile.py
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ def test_magnitude(tmpdir, magnitude, normalize, bit_depth, sampling_rate):
@pytest.mark.parametrize('magnitude', [0.01])
def test_file_type(tmpdir, file_type, magnitude, sampling_rate, channels):

# Skip unallowed combination
# Skip unallowed combinations
if file_type == 'flac' and channels > 8:
return None
if file_type == 'mp3' and channels > 2:
Expand Down

0 comments on commit c46be1b

Please sign in to comment.