Skip to content

Commit

Permalink
fix(PPDSC-2047): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tbradbury committed May 24, 2022
1 parent c475dd6 commit d22d664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audio-player-composable/__tests__/utils.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ describe('formatTrackData', () => {
test('when multiple buffered sections take the nearest to the curser time (start time is closest)', () => {
// This can occur when a user moves ahead then back again, multiple disparate buffered sections can exist.
// Example here is buffered sections exist between 0-125 and 216-228. The current play position is at 32.
// It has been diecided to only show the first buffer section similar to how youtube does it.
// It has been decided to only show the first buffer section similar to how youtube does it.
expect(
formatTrackData('track', 'indicator', 'buffer', [32], {
length: 2,
Expand Down

0 comments on commit d22d664

Please sign in to comment.