Skip to content

Commit

Permalink
chore: pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Conrad Chan committed May 27, 2021
1 parent 1e8b30b commit 803ccbf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib/viewers/media/__tests__/DashControls-test.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React from 'react';
import { shallow } from 'enzyme';
import audioTracks from '../../controls/media/__mocks__/audioTracks';
import DashControls from '../DashControls';
import MediaFullscreenToggle from '../../controls/media/MediaFullscreenToggle';
import MediaSettings from '../../controls/media/MediaSettings';
Expand All @@ -22,7 +21,7 @@ describe('DashControls', () => {
const wrapper = shallow(
<DashControls
audioTrack={1}
audioTracks={audioTracks}
audioTracks={[]}
autoplay={false}
onAudioTrackChange={onAudioTrackChange}
onAutoplayChange={onAutoplayChange}
Expand Down

0 comments on commit 803ccbf

Please sign in to comment.