From ffe4a9a8a8e6de6f8317dac53a43234d38421000 Mon Sep 17 00:00:00 2001 From: djamaile Date: Mon, 27 Dec 2021 00:34:31 +0100 Subject: [PATCH] fix: remove unused var Signed-off-by: djamaile --- plugins/catalog/src/components/CatalogPage/CatalogPage.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/catalog/src/components/CatalogPage/CatalogPage.test.tsx b/plugins/catalog/src/components/CatalogPage/CatalogPage.test.tsx index bd216a26ad..4dcab6f4f7 100644 --- a/plugins/catalog/src/components/CatalogPage/CatalogPage.test.tsx +++ b/plugins/catalog/src/components/CatalogPage/CatalogPage.test.tsx @@ -181,7 +181,7 @@ describe('CatalogPage', () => { { title: 'Bar', field: 'entity.bar' }, { title: 'Baz', field: 'entity.spec.lifecycle' }, ]; - const { getByTestId, getAllByRole } = await renderWrapped( + const { getAllByRole } = await renderWrapped( , );