Skip to content

Commit

Permalink
chore: solve test name file
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-gomes-v committed Sep 29, 2024
1 parent 1c49ea2 commit 29ea409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/modules/provider/providers/trustpilot.ts.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import axios from 'axios';
import { TrustPilot } from './TrustPilot'; // Adjust path if necessary
import { TrustPilot } from './trustpilot';

jest.mock('axios');

Expand Down

0 comments on commit 29ea409

Please sign in to comment.