Skip to content

Commit

Permalink
fix linter errors in test files
Browse files Browse the repository at this point in the history
  • Loading branch information
brianfleming committed Oct 4, 2024
1 parent fbbb05b commit 2705568
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import React from 'react';
import { shallow } from 'enzyme';
import Menu from '@material-ui/core/Menu';
import MenuItem from '@material-ui/core/MenuItem';
import ButtonMain from '../buttons-checkboxes-chips/ButtonMain';
import MediaPlaybackSpeed from './MediaPlaybackSpeed';
import ButtonMain from '../buttons-checkboxes-chips/ButtonMain';

describe('MediaPlaybackSpeed', () => {
// our "video" DOM node, which is just a ref to a playbackRate from the perspective of this component
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/cds/media-cards/MediaVolume.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import { shallow } from 'enzyme';
import ButtonMain from '../buttons-checkboxes-chips/ButtonMain';
import MediaVolume from './MediaVolume';
import ButtonMain from '../buttons-checkboxes-chips/ButtonMain';

describe('MediaVolume', () => {
// our "video" DOM node, which is just a ref to a volume from the perspective of this component
Expand Down

0 comments on commit 2705568

Please sign in to comment.