Skip to content

Commit

Permalink
Fix test broken by react-input-autosize update
Browse files Browse the repository at this point in the history
  • Loading branch information
JedWatson committed Sep 12, 2017
1 parent 8c89607 commit ad1e775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Async-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ describe('Async', () => {
ignoreCase: true
});
typeSearchText('A');
expect(asyncNode.textContent, 'to begin with', 'A');
expect(asyncNode.textContent.substr(asyncNode.textContent.indexOf('}') + 1), 'to begin with', 'A');
});
});

Expand Down

0 comments on commit ad1e775

Please sign in to comment.