Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Dspace7 Angular
Manage
Activity
Members
Labels
Plan
Issues
42
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vtechworks
Dspace7 Angular
Commits
405815ac
Commit
405815ac
authored
4 years ago
by
Art Lowel
Committed by
Samuel
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
fix test
parent
d27034d6
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/app/shared/dso-selector/modal-wrappers/dso-selector-modal-wrapper.component.spec.ts
+1
-5
1 addition, 5 deletions
...dal-wrappers/dso-selector-modal-wrapper.component.spec.ts
with
1 addition
and
5 deletions
src/app/shared/dso-selector/modal-wrappers/dso-selector-modal-wrapper.component.spec.ts
+
1
−
5
View file @
405815ac
...
...
@@ -63,11 +63,7 @@ describe('DSOSelectorModalWrapperComponent', () => {
});
it
(
'
should initially set the DSO to the activated route
\'
s item/collection/community
'
,
()
=>
{
component
.
dsoRD
.
pipe
(
first
())
.
subscribe
((
a
)
=>
{
expect
(
a
).
toEqual
(
itemRD
);
})
expect
(
component
.
dsoRD
).
toEqual
(
itemRD
);
});
describe
(
'
selectObject
'
,
()
=>
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment