Skip to content

Commit

Permalink
chore(volume): fix main describe test title
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopaulovieira committed Apr 27, 2021
1 parent ae2ba6e commit bee3027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/volume/volume.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const htmlEntities = str => String(str)
.replace(/>/g, '>')
.replace(/"/g, '"')

describe('TimeIndicatorPlugin', function() {
describe('VolumePlugin', function() {
beforeEach(() => {
jest.clearAllMocks()
const response = setupTest({}, true)
Expand Down

0 comments on commit bee3027

Please sign in to comment.