fix path to useBrandName in test

This commit is contained in:
Keith J. Grant 2021-07-20 13:47:46 -07:00
parent 9d01334a86
commit 9237ca4809

View File

@ -3,7 +3,7 @@ import { mountWithContexts } from '../../../testUtils/enzymeHelpers';
import SettingList from './SettingList';
jest.mock('../../api');
jest.mock('../../util/useBrandName', () => ({
jest.mock('hooks/useBrandName', () => ({
__esModule: true,
default: () => ({
current: 'AWX',