From c0dea87625c923957759a0b56a59e45b3e2d5dfa Mon Sep 17 00:00:00 2001 From: ogerly Date: Sun, 30 Oct 2022 14:57:00 +0100 Subject: [PATCH] refactor test in ContributionLinkForm.spec.js --- admin/src/components/ContributionLinkForm.spec.js | 1 + 1 file changed, 1 insertion(+) diff --git a/admin/src/components/ContributionLinkForm.spec.js b/admin/src/components/ContributionLinkForm.spec.js index 2baefcbe2..4360fca03 100644 --- a/admin/src/components/ContributionLinkForm.spec.js +++ b/admin/src/components/ContributionLinkForm.spec.js @@ -108,6 +108,7 @@ describe('ContributionLinkForm', () => { cycle: 'ONCE', maxPerCycle: 1, maxAmountPerMonth: '0', + id: null, }, }) })