mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fixed test
This commit is contained in:
parent
955a16d24e
commit
022d03bee4
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user