Skip to content

Commit

Permalink
[DSC-763] Updated test expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
corrado lombardi committed Dec 29, 2022
1 parent bbc7e55 commit ce7032a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,8 @@ describe('MyDSpaceConfigurationService', () => {

expect(list$).toBeObservable(cold('(b|)', {
b: [
MyDSpaceConfigurationValueType.Workspace
MyDSpaceConfigurationValueType.Workspace,
MyDSpaceConfigurationValueType.OtherWorkspace
]
}));
});
Expand Down Expand Up @@ -231,6 +232,7 @@ describe('MyDSpaceConfigurationService', () => {
expect(list$).toBeObservable(cold('(b|)', {
b: [
MyDSpaceConfigurationValueType.Workspace,
MyDSpaceConfigurationValueType.OtherWorkspace,
MyDSpaceConfigurationValueType.Workflow
]
}));
Expand Down

0 comments on commit ce7032a

Please sign in to comment.