Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
caleballdrin committed Jun 19, 2024
1 parent 9fec427 commit 2735017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Tool/TntConnect/TntConnect.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const file2 = new File(['contents2'], 'tnt2.xml', {
type: 'application/xml',
});

jest.mock('./uploadTntConnect');
jest.mock('./uploads/uploadTntConnect');

jest.mock('notistack', () => ({
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
Expand Down

0 comments on commit 2735017

Please sign in to comment.