mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
114440: fix test
This commit is contained in:
@@ -113,7 +113,7 @@ describe('SubmissionImportExternalPreviewComponent test suite', () => {
|
|||||||
it('Should init component properly', () => {
|
it('Should init component properly', () => {
|
||||||
comp.externalSourceEntry = externalEntry;
|
comp.externalSourceEntry = externalEntry;
|
||||||
const expected = [
|
const expected = [
|
||||||
{ key: 'dc.identifier.uri', value: Metadata.first(comp.externalSourceEntry.metadata, 'dc.identifier.uri') },
|
{ key: 'dc.identifier.uri', values: Metadata.all(comp.externalSourceEntry.metadata, 'dc.identifier.uri') },
|
||||||
];
|
];
|
||||||
fixture.detectChanges();
|
fixture.detectChanges();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user