diff --git a/awx/ui_next/src/screens/Job/Job.test.jsx b/awx/ui_next/src/screens/Job/Job.test.jsx index 29b6185688..3a2ee99793 100644 --- a/awx/ui_next/src/screens/Job/Job.test.jsx +++ b/awx/ui_next/src/screens/Job/Job.test.jsx @@ -2,7 +2,7 @@ import React from 'react'; import { mountWithContexts } from '../../../testUtils/enzymeHelpers'; -import Job from './Jobs'; +import Job from './Job'; jest.mock('react-router-dom', () => ({ ...jest.requireActual('react-router-dom'), diff --git a/awx/ui_next/src/screens/Setting/Jobs/Jobs.test.jsx b/awx/ui_next/src/screens/Setting/Jobs/Jobs.test.jsx index f4dfb40f2a..46174489fb 100644 --- a/awx/ui_next/src/screens/Setting/Jobs/Jobs.test.jsx +++ b/awx/ui_next/src/screens/Setting/Jobs/Jobs.test.jsx @@ -18,7 +18,6 @@ describe('', () => { }); afterEach(() => { - wrapper.unmount(); jest.clearAllMocks(); });