From c9717166399101dd112ef0c38ff4c892252950e1 Mon Sep 17 00:00:00 2001 From: Jonah Grimes Date: Tue, 4 May 2021 16:57:17 -0400 Subject: [PATCH] Update plugins/catalog/src/components/HasResourcesCard/HasResourcesCard.test.tsx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Fredrik Adelöw Signed-off-by: Jonah Grimes --- .../src/components/HasResourcesCard/HasResourcesCard.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/catalog/src/components/HasResourcesCard/HasResourcesCard.test.tsx b/plugins/catalog/src/components/HasResourcesCard/HasResourcesCard.test.tsx index 5b89dbbd6f..fb683b6963 100644 --- a/plugins/catalog/src/components/HasResourcesCard/HasResourcesCard.test.tsx +++ b/plugins/catalog/src/components/HasResourcesCard/HasResourcesCard.test.tsx @@ -26,7 +26,7 @@ import { waitFor } from '@testing-library/react'; import React from 'react'; import { HasResourcesCard } from './HasResourcesCard'; -describe('', () => { +describe('', () => { const catalogApi: jest.Mocked = { getLocationById: jest.fn(), getEntityByName: jest.fn(),