From 47248968e8a896cd617bc722abac66c446af34f5 Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Tue, 9 Jul 2024 16:48:27 +0200 Subject: [PATCH] fix test --- .../components/ContributionLink/ContributionLinkForm.spec.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/admin/src/components/ContributionLink/ContributionLinkForm.spec.js b/admin/src/components/ContributionLink/ContributionLinkForm.spec.js index 93f39a3fd..82e844686 100644 --- a/admin/src/components/ContributionLink/ContributionLinkForm.spec.js +++ b/admin/src/components/ContributionLink/ContributionLinkForm.spec.js @@ -50,7 +50,6 @@ describe('ContributionLinkForm', () => { validTo: 'validTo', cycle: 'ONCE', maxPerCycle: 1, - maxAmountPerMonth: 100, }, }) wrapper.vm.onReset() @@ -59,7 +58,6 @@ describe('ContributionLinkForm', () => { amount: null, cycle: 'ONCE', validTo: null, - maxAmountPerMonth: '0', memo: null, name: null, maxPerCycle: 1, @@ -108,7 +106,6 @@ describe('ContributionLinkForm', () => { memo: 'test memo', cycle: 'ONCE', maxPerCycle: 1, - maxAmountPerMonth: '0', id: null, }, })