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