yarn test fixed

This commit is contained in:
ogerly 2022-03-04 16:09:03 +01:00
parent e39502c070
commit 231602676c

View File

@ -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', () => {