Skip to content

Commit

Permalink
DSC-1459 fix wrong test expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
abollini committed Mar 10, 2024
1 parent a4a510e commit dfec33a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1157,10 +1157,10 @@ public void testDSpaceEntityTypeIsKeeped() throws SQLException {
ImpRecordService.INSERT_OR_UPDATE_OPERATION, admin, publicationCollection);

createImpMetadatavalue(context, impRecord, MetadataSchemaEnum.DC.getName(), "title",
null, null, "New Test publication", 0);
null, null, "New Test publication", null);

createImpMetadatavalue(context, impRecord, MetadataSchemaEnum.DC.getName(), "contributor",
"author", null, "John Smith", 0);
"author", null, "John Smith", null);

context.restoreAuthSystemState();

Expand Down

0 comments on commit dfec33a

Please sign in to comment.