Skip to content

Commit

Permalink
test:add AnchorCordUtilsServices in credentials service specs files
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwin275 committed Nov 18, 2024
1 parent b18c629 commit 1c4cacf
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { UnsignedVCValidator, VCValidator } from './types/validators';
import { SchemaUtilsSerivce } from './utils/schema.utils.service';
import { IdentityUtilsService } from './utils/identity.utils.service';
import { RenderingUtilsService } from './utils/rendering.utils.service';
import { AnchorCordUtilsServices } from './utils/cord.utils.service';
import { PrismaClient } from '@prisma/client';
import {
generateCredentialRequestPayload,
Expand Down Expand Up @@ -56,6 +57,7 @@ describe('CredentialsService', () => {
RenderingUtilsService,
SchemaUtilsSerivce,
IdentityUtilsService,
AnchorCordUtilsServices,
],
}).compile();

Expand Down

0 comments on commit 1c4cacf

Please sign in to comment.