Skip to content

Commit 38ef4b7

Browse files
fix: change import method
1 parent 43de14d commit 38ef4b7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/course-home/progress-tab/ProgressTab.test.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ import { sendTrackEvent } from '@edx/frontend-platform/analytics';
55
import { getAuthenticatedHttpClient } from '@edx/frontend-platform/auth';
66
import { breakpoints } from '@openedx/paragon';
77
import MockAdapter from 'axios-mock-adapter';
8-
import { within } from '@testing-library/react';
98

109
import {
11-
fireEvent, initializeMockApp, logUnhandledRequests, render, screen, act,
10+
fireEvent, initializeMockApp, logUnhandledRequests, render, screen, act, within
1211
} from '../../setupTest';
1312
import { appendBrowserTimezoneToUrl, executeThunk } from '../../utils';
1413
import * as thunks from '../data/thunks';

0 commit comments

Comments
 (0)