Skip to content

Commit 5e30a76

Browse files
committed
fix autocommit issue
1 parent 567b9f5 commit 5e30a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/recaptcha.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ describe("ReCAPTCHA", () => {
117117
}
118118
}
119119
const instance = ReactTestUtils.renderIntoDocument(React.createElement(WrappingComponent));
120-
instance._internalRef.current. executeAsync();
120+
instance._internalRef.current.executeAsync();
121121
expect(grecaptchaMock.execute).toBeCalledWith(WIDGET_ID);
122122
});
123123
it("executeAsync, should return a promise", () => {

0 commit comments

Comments
 (0)