mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 05:53:03 +00:00
fixes for existing tested
This commit is contained in:
@@ -69,7 +69,7 @@ describe('SearchFormComponent', () => {
|
||||
fixture.detectChanges();
|
||||
|
||||
const testCommunity = objects[1];
|
||||
comp.scope = testCommunity;
|
||||
comp.scope = testCommunity.id;
|
||||
|
||||
fixture.detectChanges();
|
||||
tick();
|
||||
|
Reference in New Issue
Block a user