Skip to content

Commit

Permalink
fix: remove wrong comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rpenido committed Jan 12, 2024
1 parent 4e42254 commit 971de66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/taxonomy/import-tags/ImportTagsWizard.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ describe('<ImportTagsWizard />', () => {
expect(await findByTestId('file-info')).toBeInTheDocument();
expect(importButton).not.toHaveAttribute('aria-disabled', 'true');

// FixMe: This will break after https://github.com/openedx/openedx-learning/pull/135 is merged
const expectedPlan = 'Import plan for Test import taxonomy\n'
+ '--------------------------------\n'
+ '#1: Create a new tag with values (external_id=tag_1, value=Tag 1, parent_id=None).\n'
Expand Down

0 comments on commit 971de66

Please sign in to comment.