mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
63669: Test fix
This commit is contained in:
@@ -39,7 +39,14 @@ describe('EditComColPageComponent', () => {
|
||||
dso: community
|
||||
}),
|
||||
routeConfig: {
|
||||
children: []
|
||||
children: [
|
||||
{
|
||||
path: 'mockUrl',
|
||||
data: {
|
||||
hideReturnButton: false
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
snapshot: {
|
||||
firstChild: {
|
||||
|
Reference in New Issue
Block a user