From 022d03bee47af0d3a089d238d87867a3670fb624 Mon Sep 17 00:00:00 2001 From: ogerly Date: Mon, 13 Jun 2022 23:04:53 +0200 Subject: [PATCH] fixed test --- admin/src/components/ContributionLinkForm.spec.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/admin/src/components/ContributionLinkForm.spec.js b/admin/src/components/ContributionLinkForm.spec.js index 889ea69b4..195664a62 100644 --- a/admin/src/components/ContributionLinkForm.spec.js +++ b/admin/src/components/ContributionLinkForm.spec.js @@ -38,8 +38,8 @@ describe('ContributionLinkForm', () => { amount: 100, startDate: 'startDate', endDate: 'endDate', - cycle: 'cycle', - repetition: 'repetition', + cycle: 'once', + repetition: '1', maxAmount: 100, }, }) @@ -47,7 +47,7 @@ describe('ContributionLinkForm', () => { }) expect(wrapper.vm.form).toEqual({ amount: null, - cycle: null, + cycle: 'once', endDate: null, maxAmount: null, memo: null,