Skip to content

Commit 69759af

Browse files
committed
FE: Added test code for changing default value notation of ConsumerGroups component
1 parent 06a3cf4 commit 69759af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ 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-
import List from '../List';
5+
6+
import List from 'components/ConsumerGroups/List';
67

78
// Mock hooks
89
jest.mock('lib/hooks/api/consumers', () => ({

0 commit comments

Comments
 (0)