From 79db155e4d4eca5a8fc88523e6a3d057c54cd365 Mon Sep 17 00:00:00 2001 From: bnechyporenko Date: Tue, 22 Nov 2022 17:23:23 +0100 Subject: [PATCH] Cleaned up the code Signed-off-by: bnechyporenko --- plugins/cost-insights/src/testUtils/providers.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/plugins/cost-insights/src/testUtils/providers.tsx b/plugins/cost-insights/src/testUtils/providers.tsx index 1b3f8b29aa..46eab60163 100644 --- a/plugins/cost-insights/src/testUtils/providers.tsx +++ b/plugins/cost-insights/src/testUtils/providers.tsx @@ -31,11 +31,9 @@ import { ScrollContext, ScrollContextProps, } from '../hooks'; -import { Group, Duration } from '../types'; +import { Duration } from '../types'; import { createCurrencyFormat } from '../utils/currency'; -export const MockGroups: Group[] = [{ id: 'tech' }, { id: 'mock-group' }]; - export type MockFilterProviderProps = PropsWithChildren< Partial >;