Update frontend/src/components/GddSend/TransactionForm.spec.js

Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
Alexander Friedland 2022-04-04 13:08:58 +02:00 committed by GitHub
parent b6b8baf2f8
commit e3f76d6d35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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', () => {