Skip to content
Snippets Groups Projects
Commit 405815ac authored by Art Lowel's avatar Art Lowel Committed by Samuel
Browse files

fix test

parent d27034d6
No related merge requests found
......@@ -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', () => {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment