diff --git a/frontend/src/component/feature/__tests__/feature-list-item-component-test.jsx b/frontend/src/component/feature/__tests__/feature-list-item-component-test.jsx index fa27a20cbb..3dafb195b3 100644 --- a/frontend/src/component/feature/__tests__/feature-list-item-component-test.jsx +++ b/frontend/src/component/feature/__tests__/feature-list-item-component-test.jsx @@ -81,4 +81,3 @@ test('renders correctly with one feature without permission', () => { expect(tree).toMatchSnapshot(); }); -