From 3dd10b3a30c6f6a2c810cfe99911fddc3cb106ef Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Thu, 8 Jul 2021 17:11:01 +0200 Subject: [PATCH] fix test --- .../src/views/Pages/AccountOverview/GddTransactionList.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/Pages/AccountOverview/GddTransactionList.spec.js b/frontend/src/views/Pages/AccountOverview/GddTransactionList.spec.js index 19d9797aa..34ba708ca 100644 --- a/frontend/src/views/Pages/AccountOverview/GddTransactionList.spec.js +++ b/frontend/src/views/Pages/AccountOverview/GddTransactionList.spec.js @@ -203,7 +203,7 @@ describe('GddTransactionList', () => { }) it('shows the name of the receiver', () => { - expect(transaction.findAll('div').at(3).text()).toBe('decay') + expect(transaction.findAll('div').at(3).text()).toBe('decay.decay_since_last_transaction') }) }) })