mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
change memo texte in tests for Gdd transaction list
This commit is contained in:
parent
78a1459971
commit
a0c6aeb3a5
@ -112,7 +112,8 @@ describe('GddTransactionList', () => {
|
|||||||
amount: '1',
|
amount: '1',
|
||||||
balance: '31.76099091058520945292',
|
balance: '31.76099091058520945292',
|
||||||
balanceDate: '2022-02-28T13:55:47',
|
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: {
|
linkedUser: {
|
||||||
firstName: 'Bibi',
|
firstName: 'Bibi',
|
||||||
lastName: 'Bloxberg',
|
lastName: 'Bloxberg',
|
||||||
@ -124,31 +125,14 @@ describe('GddTransactionList', () => {
|
|||||||
duration: 282381,
|
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,
|
id: 6,
|
||||||
typeId: 'RECEIVE',
|
typeId: 'RECEIVE',
|
||||||
amount: '10',
|
amount: '10',
|
||||||
balance: '10',
|
balance: '10',
|
||||||
balanceDate: '2022-02-23T10:55:30',
|
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: {
|
linkedUser: {
|
||||||
firstName: 'Bibi',
|
firstName: 'Bibi',
|
||||||
lastName: 'Bloxberg',
|
lastName: 'Bloxberg',
|
||||||
@ -160,6 +144,24 @@ describe('GddTransactionList', () => {
|
|||||||
duration: null,
|
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,
|
count: 12,
|
||||||
decayStartBlock,
|
decayStartBlock,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user