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
4a68dd3c7a
commit
221f9ec2ee
@ -205,6 +205,12 @@ class AppRequestControllerTest extends TestCase
|
|||||||
"transaction_id": 7,
|
"transaction_id": 7,
|
||||||
"date": "2021-04-14T09:02:28+00:00",
|
"date": "2021-04-14T09:02:28+00:00",
|
||||||
"memo": "test time 3",
|
"memo": "test time 3",
|
||||||
|
"decay": {
|
||||||
|
"balance": 6,
|
||||||
|
"decay_duration": "0 days, 00 hours, 00 minutes, 28 seconds",
|
||||||
|
"decay_start": 1618390920,
|
||||||
|
"decay_end": 1618390948
|
||||||
|
},
|
||||||
"balance": 100000,
|
"balance": 100000,
|
||||||
"type": "receive",
|
"type": "receive",
|
||||||
"pubkey": "0000000000000000000000000000000000000000000000000000000000000000",
|
"pubkey": "0000000000000000000000000000000000000000000000000000000000000000",
|
||||||
@ -231,6 +237,12 @@ class AppRequestControllerTest extends TestCase
|
|||||||
"transaction_id": 9,
|
"transaction_id": 9,
|
||||||
"date": "2021-04-14T09:31:28+00:00",
|
"date": "2021-04-14T09:31:28+00:00",
|
||||||
"memo": "test login crash",
|
"memo": "test login crash",
|
||||||
|
"decay": {
|
||||||
|
"balance": 33,
|
||||||
|
"decay_duration": "0 days, 00 hours, 02 minutes, 42 seconds",
|
||||||
|
"decay_start": 1618392526,
|
||||||
|
"decay_end": 1618392688
|
||||||
|
},
|
||||||
"balance": 100000,
|
"balance": 100000,
|
||||||
"type": "receive",
|
"type": "receive",
|
||||||
"pubkey": "0000000000000000000000000000000000000000000000000000000000000000",
|
"pubkey": "0000000000000000000000000000000000000000000000000000000000000000",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user