Skip to content
Snippets Groups Projects
Commit 33d5f9b7 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-5012 remove unnecessary test

parent 7d0c9d2f
Branches
Tags
No related merge requests found
......@@ -65,14 +65,6 @@ describe('CommandResourceService', () => {
service.stateResource.next(stateResourceWithDeleteLink);
});
it('should throw error if delete linkRel not exists on current stateresource', () => {
service.stateResource.next(createStateResource(createDummyResource()));
expect(() => service.delete()).toThrowError(
'No delete link exists on current stateresource.',
);
});
it('should call command service', () => {
service.delete();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment