From 231602676cd7ce7d5f5ffeb2776bedbd403590e1 Mon Sep 17 00:00:00 2001 From: ogerly Date: Fri, 4 Mar 2022 16:09:03 +0100 Subject: [PATCH] yarn test fixed --- frontend/src/views/Layout/DashboardLayout_gdd.spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/views/Layout/DashboardLayout_gdd.spec.js b/frontend/src/views/Layout/DashboardLayout_gdd.spec.js index d12c5e43e..87362a6c3 100644 --- a/frontend/src/views/Layout/DashboardLayout_gdd.spec.js +++ b/frontend/src/views/Layout/DashboardLayout_gdd.spec.js @@ -153,7 +153,7 @@ describe('DashboardLayoutGdd', () => { apolloMock.mockResolvedValue({ data: { transactionList: { - gdtSum: 100, + balanceGDT: 100, count: 4, balance: 1450, decay: 1250, @@ -179,7 +179,7 @@ describe('DashboardLayoutGdd', () => { }) it('updates balance', () => { - expect(wrapper.vm.balance).toBe(1250) + expect(wrapper.vm.balance).toBe(1450) }) it('updates transactions', () => {