From a0c6aeb3a53640c08b5a10244b2dff24eafd40df Mon Sep 17 00:00:00 2001 From: ogerly Date: Thu, 17 Mar 2022 21:58:38 +0100 Subject: [PATCH] change memo texte in tests for Gdd transaction list --- .../src/components/GddTransactionList.spec.js | 42 ++++++++++--------- 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/frontend/src/components/GddTransactionList.spec.js b/frontend/src/components/GddTransactionList.spec.js index 379e1144e..db0c36a7f 100644 --- a/frontend/src/components/GddTransactionList.spec.js +++ b/frontend/src/components/GddTransactionList.spec.js @@ -112,7 +112,8 @@ describe('GddTransactionList', () => { amount: '1', balance: '31.76099091058520945292', balanceDate: '2022-02-28T13:55:47', - memo: 'adasd adada', + memo: + 'Um den Kessel schlingt den Reihn, Werft die Eingeweid‘ hinein. Kröte du, die Nacht und Tag Unterm kalten Steine lag,', linkedUser: { firstName: 'Bibi', lastName: 'Bloxberg', @@ -124,31 +125,14 @@ describe('GddTransactionList', () => { duration: 282381, }, }, - { - id: 8, - typeId: 'CREATION', - amount: '1000', - balance: '32.96482231613347376132', - balanceDate: '2022-02-25T07:29:26', - memo: 'asd adada dad', - linkedUser: { - firstName: 'Gradido', - lastName: 'Akademie', - }, - decay: { - decay: '-0.03517768386652623868', - start: '2022-02-23T10:55:30', - end: '2022-02-25T07:29:26', - duration: 160436, - }, - }, { id: 6, typeId: 'RECEIVE', amount: '10', balance: '10', balanceDate: '2022-02-23T10:55:30', - memo: 'asd adaaad adad addad ', + memo: + 'Monatlanges Gift sog ein, In den Topf zuerst hinein… (William Shakespeare, Die Hexen aus Macbeth)', linkedUser: { firstName: 'Bibi', lastName: 'Bloxberg', @@ -160,6 +144,24 @@ describe('GddTransactionList', () => { duration: null, }, }, + { + id: 8, + typeId: 'CREATION', + amount: '1000', + balance: '32.96482231613347376132', + balanceDate: '2022-02-25T07:29:26', + memo: 'Jammern hilft nichts, sondern ich kann selber meinen Teil dazu beitragen.', + linkedUser: { + firstName: 'Gradido', + lastName: 'Akademie', + }, + decay: { + decay: '-0.03517768386652623868', + start: '2022-02-23T10:55:30', + end: '2022-02-25T07:29:26', + duration: 160436, + }, + }, ], count: 12, decayStartBlock,