Skip to content

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dlepaux committed Feb 6, 2024
1 parent 0a50888 commit ababd91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/analyzer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ describe('Analyzer - Integration tests', () => {
const buffer = await response.arrayBuffer();
const audioBuffer = await audioContext.decodeAudioData(buffer);
const tempo = await analyzeFullBuffer(audioBuffer);
expect(tempo[0].tempo).to.be.equal(124);
expect(tempo[0].tempo).to.be.equal(125);
await audioContext.close();
});
});

0 comments on commit ababd91

Please sign in to comment.