Skip to content

Commit 1b5114c

Browse files
Merge remote-tracking branch '4science_gitHub/task/main/DURACOM-453' into task/main/DURACOM-453
2 parents ac2d4de + e9705f0 commit 1b5114c

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export enum MyDSpaceConfigurationValueType {
22
Workspace = 'workspace',
33
SupervisedItems = 'supervisedWorkspace',
4-
OtherWorkspace = 'otherworkspace',
4+
OtherWorkspace = 'otherWorkspace',
55
Workflow = 'workflow'
66
}

src/app/submission/submission.service.spec.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -978,6 +978,10 @@ describe('SubmissionService test suite', () => {
978978
});
979979

980980
describe('redirectToEditItem', () => {
981+
beforeEach(() => {
982+
(itemService.findById as jasmine.Spy).calls.reset();
983+
});
984+
981985
it('should redirect to Item page', fakeAsync(() => {
982986
scheduler = getTestScheduler();
983987

0 commit comments

Comments
 (0)