Skip to content

Commit

Permalink
test: fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinCupela committed Oct 31, 2024
1 parent 72ccbc2 commit be03659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Poll/__tests__/PollActions.test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import React from 'react';
import { Poll } from 'stream-chat';
import { act, fireEvent, render, screen, waitFor } from '@testing-library/react';
import '@testing-library/jest-dom';
import { PollActions } from '../PollActions';
Expand All @@ -15,7 +16,6 @@ import {
generateUser,
getTestClientWithUser,
} from '../../../mock-builders';
import { Poll } from '../../../../../stream-chat-js';
import { MAX_OPTIONS_DISPLAYED } from '../constants';

const SEE_ALL_OPTIONS_ACTION_TEXT = 'See all options ({{count}})';
Expand Down

0 comments on commit be03659

Please sign in to comment.