From c617035a2dc66769129bc685f258adfa97ef4609 Mon Sep 17 00:00:00 2001 From: ogerly Date: Sat, 17 Jul 2021 17:16:39 +0200 Subject: [PATCH] fix lint --- .../Pages/AccountOverview/GddSend/TransactionForm.spec.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/src/views/Pages/AccountOverview/GddSend/TransactionForm.spec.js b/frontend/src/views/Pages/AccountOverview/GddSend/TransactionForm.spec.js index da7076480..83b010e50 100644 --- a/frontend/src/views/Pages/AccountOverview/GddSend/TransactionForm.spec.js +++ b/frontend/src/views/Pages/AccountOverview/GddSend/TransactionForm.spec.js @@ -144,7 +144,9 @@ describe('GddSend', () => { }) it('has the text "form.cancel"', () => { - expect(wrapper.find('button[type="reset"]').find('svg').attributes('aria-label')).toBe('trash') + expect(wrapper.find('button[type="reset"]').find('svg').attributes('aria-label')).toBe( + 'trash', + ) }) it('clears all fields on click', async () => {