Skip to content

Commit

Permalink
Fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenberger authored Sep 14, 2017
1 parent 49b12b0 commit b929d21
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 b929d21

Please sign in to comment.