Skip to content

Commit

Permalink
Merge pull request #2005 from jochenberger/patch-5
Browse files Browse the repository at this point in the history
Fix test name
  • Loading branch information
agirton authored Sep 14, 2017
2 parents 49b12b0 + b929d21 commit bd1fb2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Select-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3010,7 +3010,7 @@ describe('Select', () => {
expect(instance.state.isOpen, 'to be true');
});

it('should open the menu on focus when false', () => {
it('should not open the menu on focus when false', () => {
instance = createControl({
options: defaultOptions,
openOnFocus: false,
Expand Down

0 comments on commit bd1fb2c

Please sign in to comment.