From a6e9f37b10c40b708df45fc6aea405f9933d483d Mon Sep 17 00:00:00 2001 From: Rishabh Date: Mon, 17 Jan 2022 23:57:25 +0530 Subject: [PATCH] Fixed tests no refs --- ghost/portal/src/components/pages/AccountPlanPage.test.js | 2 +- ghost/portal/src/utils/helpers.test.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ghost/portal/src/components/pages/AccountPlanPage.test.js b/ghost/portal/src/components/pages/AccountPlanPage.test.js index 7608cc59ca..0bda4d92c9 100644 --- a/ghost/portal/src/components/pages/AccountPlanPage.test.js +++ b/ghost/portal/src/components/pages/AccountPlanPage.test.js @@ -1,5 +1,5 @@ import React from 'react'; -import {generateAccountPlanFixture, getSiteData, getProductsData} from '../../utils/fixtures'; +import {generateAccountPlanFixture, getSiteData, getProductsData} from '../../utils/fixtures-generator'; import {render, fireEvent} from '../../utils/test-utils'; import AccountPlanPage from './AccountPlanPage'; diff --git a/ghost/portal/src/utils/helpers.test.js b/ghost/portal/src/utils/helpers.test.js index ca555d4b65..f78e315df7 100644 --- a/ghost/portal/src/utils/helpers.test.js +++ b/ghost/portal/src/utils/helpers.test.js @@ -1,5 +1,5 @@ import {getPriceIdFromPageQuery, isSameCurrency} from './helpers'; -import * as Fixtures from './fixtures'; +import * as Fixtures from './fixtures-generator'; describe('Helpers - ', () => { test('can correctly fetch price id from page query ', () => {