mirror of
https://github.com/IT4Change/gradido.git
synced 2026-01-17 02:11:27 +00:00
change resolved object to new schema
This commit is contained in:
parent
03da5aa343
commit
dc30315311
@ -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'],
|
||||
},
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user