change resolved object to new schema

This commit is contained in:
Moriz Wahl 2022-03-29 01:31:23 +02:00
parent 03da5aa343
commit dc30315311

View File

@ -145,11 +145,13 @@ describe('DashboardLayoutGdd', () => {
apolloMock.mockResolvedValue({
data: {
transactionList: {
balanceGDT: 100,
count: 4,
linkCount: 8,
balance: 1450,
decay: 1250,
balance: {
balanceGDT: 100,
count: 4,
linkCount: 8,
balance: 1450,
decay: 1250,
},
transactions: ['transaction', 'transaction', 'transaction', 'transaction'],
},
},