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

Merge branch 'revert-48d0d502' into 'develop-beta'

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

See merge request !34
parents 48d0d502 121f7c15
No related branches found
No related tags found
1 merge request!34Revert "Merge branch 'hotfix/HCP-26-create-doctor-testcase-fix' into 'develop-beta'"
......@@ -389,7 +389,6 @@ 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