Fixed a typo in AnalyticsConfig.test.tsx file (#36439)

This commit is contained in:
Michael Alex 2021-07-07 11:12:59 +04:00 committed by GitHub
parent 92dc6aed3f
commit 7538739881
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,7 +104,7 @@ describe('Render', () => {
expect(screen.queryByText('is no longer supported', { exact: false })).toBeInTheDocument();
});
it('should clean up the error when reseting the credentials', async () => {
it('should clean up the error when resetting the credentials', async () => {
const onUpdate = jest.fn();
setup((props) => ({
...props,