add balance to transaction objects created for pagination tests

This commit is contained in:
Moriz Wahl 2022-03-30 16:08:36 +02:00
parent 19a26d5fb7
commit fda507c54c

View File

@ -419,6 +419,7 @@ describe('GddTransactionList', () => {
}, },
id: idx + 1, id: idx + 1,
typeId: 'RECEIVE', typeId: 'RECEIVE',
balance: '33.33',
} }
}) })