Skip to content

Commit

Permalink
FE: Added test code for changing default value notation of ConsumerGr…
Browse files Browse the repository at this point in the history
…oups component
  • Loading branch information
K-Diger committed Dec 22, 2024
1 parent 06a3cf4 commit 69759af
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ import React from 'react';
import { screen } from '@testing-library/react';
import { render } from 'lib/testHelpers';
import { useConsumerGroups } from 'lib/hooks/api/consumers';
import List from '../List';

import List from 'components/ConsumerGroups/List';

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

0 comments on commit 69759af

Please sign in to comment.