Skip to content

Commit

Permalink
- Fixed test of PolicyEditor due to changed import
Browse files Browse the repository at this point in the history
  • Loading branch information
lupusA committed Jul 20, 2023
1 parent ed3cfca commit 70ffbb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/PolicyEditor.test.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { render, waitFor, logDOM } from '@testing-library/react';
import React from 'react';
import { PolicyEditor } from '.';
import { PolicyEditor } from '../PolicyEditor/.';
import { MemoryRouter } from 'react-router-dom';
import { setupAPIMock } from '../tests/api_mocks';
import moment from 'moment';
Expand Down

0 comments on commit 70ffbb2

Please sign in to comment.