Skip to content
Snippets Groups Projects
Commit 48d0d502 authored by Manjunath Kumar's avatar Manjunath Kumar
Browse files

Merge branch 'hotfix/HCP-26-create-doctor-testcase-fix' into 'develop-beta'

create-doctor-testcase-fix

See merge request !33
parents a8d6c360 51659a42
No related branches found
No related tags found
1 merge request!33create-doctor-testcase-fix
......@@ -389,6 +389,7 @@ describe('addDoctor', () => {
const minimalDto: CreateDoctorDto = {
doctorName: 'Dr. Fail', created_by: 'creator-fail',
updated_by: 'updater-fail',
doctorSpecialityId: 'uuid-spec',
};
await expect(service.addDoctor(minimalDto)).rejects.toThrow('MOCK_HANDLE_PRISMA_ERROR');
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment