diff --git a/frontend/src/components/GddSend/TransactionForm.spec.js b/frontend/src/components/GddSend/TransactionForm.spec.js index cfca93023..dcc9671e2 100644 --- a/frontend/src/components/GddSend/TransactionForm.spec.js +++ b/frontend/src/components/GddSend/TransactionForm.spec.js @@ -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', () => {