Skip to content

Commit

Permalink
Adjust test
Browse files Browse the repository at this point in the history
  • Loading branch information
linkyndy committed Jul 11, 2024
1 parent ce1d586 commit cc4b07e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/parsers/wav_parser_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
expect(parse_result.audio_sample_rate_hz).to eq(8000)
# Fixture does not define bits_per_sample in the fmt chunk
expect(parse_result.media_duration_frames).to be_nil
expect(parse_result.media_duration_seconds).to be_within(0.01).of(13.81)
expect(parse_result.media_duration_seconds).to be_nil
end

it 'returns correct info about pcm files with more channels' do
Expand Down

0 comments on commit cc4b07e

Please sign in to comment.