Skip to content

Commit

Permalink
Fix linting error.
Browse files Browse the repository at this point in the history
  • Loading branch information
srph committed Jan 15, 2016
1 parent 6338187 commit c1b1946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/ShallowWrapper-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ describe('shallow', () => {
expect(wrapper.props().d).to.equal('e');
});

it('should pass in old context', ( ) => {
it('should pass in old context', () => {
class Foo extends React.Component {
render() {
return (
Expand Down

0 comments on commit c1b1946

Please sign in to comment.