Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
Fix typo: withValidation
Browse files Browse the repository at this point in the history
  • Loading branch information
Mosoc committed May 14, 2019
1 parent 0d3dbe4 commit 7ade9d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/canner/test/hocs/validation.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as React from 'react';
import Enzyme, { mount } from 'enzyme';
import toJson from 'enzyme-to-json';
import Adapter from 'enzyme-adapter-react-16';
import withValidationn from '../../src/hocs/validation';
import withValidation from '../../src/hocs/validation';
import RefId from 'canner-ref-id';


Expand All @@ -22,7 +22,7 @@ describe('withValidation', () => {
onDeploy,
removeOnDeploy
}
WrapperComponent = withValidationn(MockComponent);
WrapperComponent = withValidation(MockComponent);
});

it('should error state = false', () => {
Expand Down

0 comments on commit 7ade9d2

Please sign in to comment.