Skip to content

Commit

Permalink
Update test descriptions
Browse files Browse the repository at this point in the history
As suggested by @yuri-sakharov
  • Loading branch information
JedWatson committed Dec 14, 2017
1 parent 2c2630e commit 22e46fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Select-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2129,8 +2129,8 @@ describe('Select', () => {

});

describe('with multi=true and onSelectResetsInput=false', () => {
it('should have retained inputValue after accepting selection', () => {
describe('with multi=true different onSelectResetsInput', () => {
it('should have retained inputValue after accepting selection with onSelectResetsInput=false', () => {
options = [
{ value: 'one', label: 'One' },
{ value: 'two', label: 'Two' },
Expand Down

0 comments on commit 22e46fa

Please sign in to comment.