test change for DashboardLayout_gdd.spec.js, remove commentar in DecayInformation-BeforeStartblock.vue

This commit is contained in:
ogerly 2022-03-03 13:40:44 +01:00
parent 3d2105ca8d
commit b29b9048ea
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
<template>
<div class="decayinformation-startblock">
<!-- if balanceDate < decayStartBlock - Wenn die transaktion vor dem einführen der dacay function liegt. -->
<div class="mt-3 mb-3 text-center">
<b>{{ $t('decay.before_startblock_transaction') }}</b>
</div>

View File

@ -153,7 +153,7 @@ describe('DashboardLayoutGdd', () => {
apolloMock.mockResolvedValue({
data: {
transactionList: {
gdtSum: 100,
balanceGDT: 100,
count: 4,
balance: 1450,
decay: 1250,