fix: remove unused var

Signed-off-by: djamaile <rdjamaile@gmail.com>
This commit is contained in:
djamaile
2021-12-27 00:34:31 +01:00
parent 2c9e29a352
commit ffe4a9a8a8
@@ -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(
<CatalogPage columns={columns} />,
);