Skip to content

Commit

Permalink
Removed duplicate it from within the it block of the select component…
Browse files Browse the repository at this point in the history
… test
  • Loading branch information
Malcolm Hire committed Sep 5, 2018
1 parent 1b2f501 commit 6ae0055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/select/template.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ describe('Select', () => {
})

describe('when they include option attributes', () => {
it('it renders the option attributes', () => {
it('renders the option attributes', () => {
const $ = render('select', {
value: '2',
items: [
Expand Down

0 comments on commit 6ae0055

Please sign in to comment.