Correct test fixture to match unit-under-test requirements.

This commit is contained in:
Mark H. Wood
2023-05-26 13:13:03 -04:00
parent 172f7e527f
commit 74a0820271

View File

@@ -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: {