Update component tests for imageAspectRatio

This commit is contained in:
mattwr18 2019-11-21 13:54:05 +01:00
parent b9d28e5a69
commit 33fb439e18

View File

@ -202,6 +202,7 @@ describe('ContributionForm.vue', () => {
id: null,
categoryIds: ['cat12'],
imageUpload: null,
imageAspectRatio: null,
image: null,
},
}
@ -356,6 +357,7 @@ describe('ContributionForm.vue', () => {
categoryIds: ['cat12'],
image,
imageUpload: null,
imageAspectRatio: null,
},
}
})