Skip to content
Snippets Groups Projects
Commit 4bf94894 authored by Kristof De Langhe's avatar Kristof De Langhe
Browse files

59415: Tests fix

parent 371f2bcd
No related branches found
No related tags found
No related merge requests found
......@@ -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 = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment