fix: Warnings in Gdd Transaction List Spec

This commit is contained in:
Moriz Wahl 2021-09-27 12:58:56 +02:00
parent 9211f52d7f
commit 362f439aaf

View File

@ -54,7 +54,7 @@ describe('GddTransactionList', () => {
await wrapper.setProps({
transactions: [
{
balance: '19.93',
balance: 19.93,
date: '2021-05-25T17:38:13+00:00',
memo: 'Alles Gute zum Geburtstag',
name: 'Bob der Baumeister',
@ -63,7 +63,7 @@ describe('GddTransactionList', () => {
decay: { balance: '0.5' },
},
{
balance: '1000',
balance: 1000,
date: '2021-04-29T15:34:49+00:00',
memo: 'Gut das du da bist!',
name: 'Gradido Akademie',
@ -71,7 +71,7 @@ describe('GddTransactionList', () => {
type: 'creation',
},
{
balance: '314.98',
balance: 314.98,
date: '2021-04-29T17:26:40+00:00',
memo: 'Für das Fahrrad!',
name: 'Jan Ulrich',