Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
ericgio committed Feb 25, 2019
1 parent 4b5d31d commit 21bbe26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/components/AsyncTypeaheadSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ describe('<AsyncTypeahead>', () => {
let callCount = 0;

onSearch = (options, callback) => (query) => {
callCount++;
callCount += 1;

wrapper.setProps({isLoading: true});

Expand Down

0 comments on commit 21bbe26

Please sign in to comment.