Make tests accurate

This commit is contained in:
mattwr18 2019-12-20 01:14:43 +01:00
parent 730da2029c
commit a33cb1e6fc

View File

@ -308,6 +308,7 @@ describe('ContributionForm.vue', () => {
name: 'Democracy & Politics',
},
],
imageAspectRatio: 1,
},
}
wrapper = Wrapper()
@ -354,7 +355,7 @@ describe('ContributionForm.vue', () => {
categoryIds: ['cat12'],
image,
imageUpload: null,
imageAspectRatio: null,
imageAspectRatio: 1,
},
}
})