Skip to content

Commit 138c1d1

Browse files
committed
FE: Added test code for changing default value notation of ConsumerGroups component
1 parent 1ad8cb8 commit 138c1d1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/src/components/ConsumerGroups/__test__/List.spec.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import React from 'react';
22
import { screen } from '@testing-library/react';
33
import { render } from 'lib/testHelpers';
44
import { useConsumerGroups } from 'lib/hooks/api/consumers';
5-
65
import List from 'components/ConsumerGroups/List';
76

87
// Mock hooks

0 commit comments

Comments
 (0)