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:
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(),
|
||||
|
||||
Reference in New Issue
Block a user