From d61ccb1f6b94aa964708dad825fa5f280dbd863d Mon Sep 17 00:00:00 2001 From: Mateusz Kwasniewski Date: Fri, 6 Oct 2023 10:45:29 +0200 Subject: [PATCH] fix: local linter did not find formatting error (#4954) --- .../context/ContextList/ContextList/ContextList.test.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/frontend/src/component/context/ContextList/ContextList/ContextList.test.tsx b/frontend/src/component/context/ContextList/ContextList/ContextList.test.tsx index 90b523d12e..609c794ff8 100644 --- a/frontend/src/component/context/ContextList/ContextList/ContextList.test.tsx +++ b/frontend/src/component/context/ContextList/ContextList/ContextList.test.tsx @@ -24,9 +24,7 @@ const setupRoutes = () => { test('should show the count of projects and features used in', async () => { setupRoutes(); - render( - , - ); + render(); await screen.findByText('2 feature toggles'); await screen.findByText('3 projects');