Skip to content

Commit

Permalink
feat(api): migrate admin certification center memberships usecase
Browse files Browse the repository at this point in the history
  • Loading branch information
P-Jeremy authored Feb 5, 2025
1 parent d97bb7c commit a193a16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { disableCertificationCenterMembershipFromPixAdmin } from '../../../../lib/domain/usecases/disable-certification-center-membership-from-pix-admin.js';
import { expect, sinon } from '../../../test-helper.js';
import { disableCertificationCenterMembershipFromPixAdmin } from '../../../../../src/team/domain/usecases/disable-certification-center-membership-from-pix-admin.usecase.js';
import { expect, sinon } from '../../../../test-helper.js';

describe('Unit | UseCase | disable-certification-center-membership-from-pix-admin', function () {
let certificationCenterMembershipRepository;
Expand Down

0 comments on commit a193a16

Please sign in to comment.