mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Update frontend/src/components/GddSend/TransactionForm.spec.js
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
parent
b6b8baf2f8
commit
e3f76d6d35
@ -68,7 +68,7 @@ describe('TransactionForm', () => {
|
||||
})
|
||||
|
||||
it('has SEND_TYPES = send', () => {
|
||||
expect(wrapper.vm.radio_selected).toBe(SEND_TYPES.send)
|
||||
expect(wrapper.vm.radioSelected).toBe(SEND_TYPES.send)
|
||||
})
|
||||
|
||||
describe('transaction form', () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user