Restored the values that were there we need this values.

This commit is contained in:
Hannes Heine 2021-07-20 13:57:12 +02:00
parent 8655185e0f
commit dc46f2400d

View File

@ -55,7 +55,7 @@ describe('GddTransactionList', () => {
transactions: [
{
balance: '19.93',
date: 'Tue May 25 2021',
date: '2021-05-25T17:38:13+00:00',
memo: 'Alles Gute zum Geburtstag',
name: 'Bob der Baumeister',
transaction_id: 29,
@ -64,7 +64,7 @@ describe('GddTransactionList', () => {
},
{
balance: '1000',
date: '2021-04-29',
date: '2021-04-29T15:34:49+00:00',
memo: 'Gut das du da bist!',
name: 'Gradido Akademie',
transaction_id: 3,
@ -72,7 +72,7 @@ describe('GddTransactionList', () => {
},
{
balance: '314.98',
date: '2021-04-29',
date: '2021-04-29T17:26:40+00:00',
memo: 'Für das Fahrrad!',
name: 'Jan Ulrich',
transaction_id: 8,