Skip to content

Commit

Permalink
test: fix test error
Browse files Browse the repository at this point in the history
  • Loading branch information
rpenido committed Nov 1, 2023
1 parent f8cfcb8 commit 09b9598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/taxonomy/export-modal/ExportModal.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { AppProvider } from '@edx/frontend-platform/react';
import { render, fireEvent } from '@testing-library/react';
import ExportModal from '.';
import initializeStore from '../../store';
import exportTaxonomy from '../data/thunks';
import { exportTaxonomy } from '../data/thunks';

const onClose = jest.fn();
let store;
Expand Down

0 comments on commit 09b9598

Please sign in to comment.