260330:1327 Addied correspondence_revieion_attcahments table table #02
CI / CD Pipeline / build (push) Failing after 23m26s
CI / CD Pipeline / deploy (push) Has been skipped

This commit is contained in:
admin
2026-03-30 13:27:38 +07:00
parent c83588ab43
commit 7080a37a82
351 changed files with 17381 additions and 1 deletions
@@ -11,6 +11,7 @@ import { CorrespondenceReference } from './entities/correspondence-reference.ent
import { CorrespondenceTag } from './entities/correspondence-tag.entity';
import { Organization } from '../organization/entities/organization.entity';
import { CorrespondenceRecipient } from './entities/correspondence-recipient.entity';
import { CorrespondenceRevisionAttachment } from './entities/correspondence-revision-attachment.entity';
import { DocumentNumberingService } from '../document-numbering/services/document-numbering.service';
import { JsonSchemaService } from '../json-schema/json-schema.service';
import { WorkflowEngineService } from '../workflow-engine/workflow-engine.service';
@@ -153,6 +154,10 @@ describe('CorrespondenceService', () => {
provide: NotificationService,
useValue: { send: jest.fn().mockResolvedValue(undefined) },
},
{
provide: getRepositoryToken(CorrespondenceRevisionAttachment),
useValue: createMockRepository(),
},
],
}).compile();