mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 23:13:04 +00:00
Correct test fixture to match unit-under-test requirements.
This commit is contained in:
@@ -1668,11 +1668,7 @@ export const mockFileFormData = {
|
||||
],
|
||||
endDate: [
|
||||
{
|
||||
value: {
|
||||
year: 2019,
|
||||
month: 1,
|
||||
day: 16
|
||||
},
|
||||
value: new Date('2019-01-16'),
|
||||
language: null,
|
||||
authority: null,
|
||||
display: {
|
||||
@@ -1694,7 +1690,7 @@ export const mockFileFormData = {
|
||||
value: 'embargo',
|
||||
language: null,
|
||||
authority: null,
|
||||
display: 'lease',
|
||||
display: 'embargo',
|
||||
confidence: -1,
|
||||
place: 0,
|
||||
otherInformation: null
|
||||
@@ -1702,11 +1698,7 @@ export const mockFileFormData = {
|
||||
],
|
||||
startDate: [
|
||||
{
|
||||
value: {
|
||||
year: 2019,
|
||||
month: 1,
|
||||
day: 16
|
||||
},
|
||||
value: new Date('2019-01-16'),
|
||||
language: null,
|
||||
authority: null,
|
||||
display: {
|
||||
|
Reference in New Issue
Block a user