Skip to content

Commit 5f89dd2

Browse files
author
Jens Vannerum
committed
114440: fix test
1 parent b757ca6 commit 5f89dd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/submission/import-external/import-external-preview/submission-import-external-preview.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ describe('SubmissionImportExternalPreviewComponent test suite', () => {
113113
it('Should init component properly', () => {
114114
comp.externalSourceEntry = externalEntry;
115115
const expected = [
116-
{ key: 'dc.identifier.uri', value: Metadata.first(comp.externalSourceEntry.metadata, 'dc.identifier.uri') },
116+
{ key: 'dc.identifier.uri', values: Metadata.all(comp.externalSourceEntry.metadata, 'dc.identifier.uri') },
117117
];
118118
fixture.detectChanges();
119119

0 commit comments

Comments
 (0)