mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 06:53:03 +00:00
59415: Tests fix
This commit is contained in:
@@ -28,7 +28,12 @@ describe('BrowseByMetadataPageComponent', () => {
|
||||
|
||||
const mockCommunity = Object.assign(new Community(), {
|
||||
id: 'test-uuid',
|
||||
name: 'test community'
|
||||
metadata: [
|
||||
{
|
||||
key: 'dc.title',
|
||||
value: 'test community'
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
const mockEntries = [
|
||||
|
@@ -24,7 +24,12 @@ describe('BrowseByTitlePageComponent', () => {
|
||||
|
||||
const mockCommunity = Object.assign(new Community(), {
|
||||
id: 'test-uuid',
|
||||
name: 'test community'
|
||||
metadata: [
|
||||
{
|
||||
key: 'dc.title',
|
||||
value: 'test community'
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
const mockItems = [
|
||||
|
Reference in New Issue
Block a user