Update plugins/catalog/src/components/HasResourcesCard/HasResourcesCard.test.tsx

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Jonah Grimes <jgrimes@appriss.com>
This commit is contained in:
Jonah Grimes
2021-05-04 16:57:17 -04:00
committed by Jonah Grimes
parent 1de4461de1
commit c971716639
@@ -26,7 +26,7 @@ import { waitFor } from '@testing-library/react';
import React from 'react';
import { HasResourcesCard } from './HasResourcesCard';
describe('<HasComponentsCard />', () => {
describe('<HasResourcesCard />', () => {
const catalogApi: jest.Mocked<CatalogApi> = {
getLocationById: jest.fn(),
getEntityByName: jest.fn(),