Skip to content

Commit

Permalink
tech(api): migrate sco serializer
Browse files Browse the repository at this point in the history
  • Loading branch information
xav-car authored Nov 21, 2024
1 parent c51af8a commit 82305b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as serializer from '../../../../../lib/infrastructure/serializers/jsonapi/sco-organization-learner-serializer.js';
import { OrganizationLearner } from '../../../../../src/shared/domain/models/index.js';
import { expect } from '../../../../test-helper.js';
import * as serializer from '../../../../../../../src/prescription/learner-management/infrastructure/serializers/jsonapi/sco-organization-learner-serializer.js';
import { OrganizationLearner } from '../../../../../../../src/shared/domain/models/index.js';
import { expect } from '../../../../../../test-helper.js';

describe('Unit | Serializer | JSONAPI | sco-organization-learner-serializer', function () {
describe('#serializeIdentity', function () {
Expand Down

0 comments on commit 82305b2

Please sign in to comment.