Skip to content

Commit b7409de

Browse files
committed
test(withErrorIfNeeded): fix tests
1 parent 3311b68 commit b7409de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/__tests__/withErrorIfNeeded.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { compose } from "recompose";
33
import { TextInput } from "react-native";
44
import { mount } from "enzyme";
55

6-
import { withErrorNew as withErrorIfNeeded } from "../..";
6+
import { withErrorIfNeeded } from "../..";
77
import withFormikMock from "../testUtils/withFormikMock";
88

99
console.error = jest.fn();

0 commit comments

Comments
 (0)