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

57557: Generic publishers in spec files

parent ba92882d
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ const mockMetadata = [
{
key: 'journal.publisher',
language: 'en_US',
value: 'Atmire'
value: 'a publisher'
},
{
key: 'journal.identifier.description',
......
......@@ -30,7 +30,7 @@ const mockItem: Item = Object.assign(new Item(), {
{
key: 'journal.publisher',
language: 'en_US',
value: 'Atmire'
value: 'a publisher'
},
{
key: 'journal.identifier.description',
......
......@@ -27,7 +27,7 @@ const mockItemWithMetadata: Item = Object.assign(new Item(), {
{
key: 'dc.publisher',
language: 'en_US',
value: 'Atmire'
value: 'a publisher'
},
{
key: 'dc.date.issued',
......
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