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

Commit 7ade9d2

Browse files
committed
Fix typo: withValidation
1 parent 0d3dbe4 commit 7ade9d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/canner/test/hocs/validation.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import * as React from 'react';
22
import Enzyme, { mount } from 'enzyme';
33
import toJson from 'enzyme-to-json';
44
import Adapter from 'enzyme-adapter-react-16';
5-
import withValidationn from '../../src/hocs/validation';
5+
import withValidation from '../../src/hocs/validation';
66
import RefId from 'canner-ref-id';
77

88

@@ -22,7 +22,7 @@ describe('withValidation', () => {
2222
onDeploy,
2323
removeOnDeploy
2424
}
25-
WrapperComponent = withValidationn(MockComponent);
25+
WrapperComponent = withValidation(MockComponent);
2626
});
2727

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

0 commit comments

Comments
 (0)