mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
update test
This commit is contained in:
parent
f78194a767
commit
7f65e131cc
@ -209,7 +209,8 @@ class AppRequestControllerTest extends TestCase
|
|||||||
"balance": 6,
|
"balance": 6,
|
||||||
"decay_duration": "0 days, 00 hours, 00 minutes, 28 seconds",
|
"decay_duration": "0 days, 00 hours, 00 minutes, 28 seconds",
|
||||||
"decay_start": 1618390920,
|
"decay_start": 1618390920,
|
||||||
"decay_end": 1618390948
|
"decay_end": 1618390948,
|
||||||
|
"decay_start_block": 1618390920
|
||||||
},
|
},
|
||||||
"balance": 100000,
|
"balance": 100000,
|
||||||
"type": "receive",
|
"type": "receive",
|
||||||
@ -251,20 +252,20 @@ class AppRequestControllerTest extends TestCase
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "decay",
|
"type": "decay",
|
||||||
"balance": 1222493,
|
"balance": 1345726,
|
||||||
"decay_duration": "on 14.04.21",
|
"decay_duration": "on 14.04.21",
|
||||||
"decay_start": 1618392688,
|
"decay_start": 1618392688,
|
||||||
"decay_end": 1624956464,
|
"decay_end": 1625673853,
|
||||||
"memo": ""
|
"memo": ""
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"transactionExecutingCount": 0,
|
"transactionExecutingCount": 0,
|
||||||
"count": 7,
|
"count": 7,
|
||||||
"gdtSum": 180000,
|
"gdtSum": 180000,
|
||||||
"timeUsed": 0.6441609859466553,
|
"timeUsed": 0.44154810905456545,
|
||||||
"decay_date": "2021-06-29T08:47:44+00:00",
|
"decay_date": "2021-07-07T16:04:13+00:00",
|
||||||
"balance": 9099652,
|
"balance": 9099652,
|
||||||
"decay": 7877159
|
"decay": 7753926
|
||||||
}';
|
}';
|
||||||
$this->getAndParse('/api/list-transactions/', json_decode($expectedResult, true));
|
$this->getAndParse('/api/list-transactions/', json_decode($expectedResult, true));
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user