Skip to content

Commit

Permalink
adjust wording
Browse files Browse the repository at this point in the history
  • Loading branch information
riophae committed Apr 8, 2018
1 parent d378c8c commit 8b6e398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/specs/Treeselect.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -3835,7 +3835,7 @@ describe('Props', () => {
})
})

it('should avoid calling `loadingRootOptions` when an in-flight request is unfinished', () => {
it('should avoid calling `loadingRootOptions` when an in-flight request is incomplete', () => {
const loadRootOptions = jasmine.createSpy('loadRootOptions')
const wrapper = mount(Treeselect, {
propsData: {
Expand Down

0 comments on commit 8b6e398

Please sign in to comment.