From 221f9ec2ee2d1252f14f285b006c8da66f1ae695 Mon Sep 17 00:00:00 2001 From: Dario Rekowski on RockPI Date: Tue, 29 Jun 2021 09:56:32 +0000 Subject: [PATCH] update test --- .../TestCase/Controller/AppRequestControllerTest.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/community_server/tests/TestCase/Controller/AppRequestControllerTest.php b/community_server/tests/TestCase/Controller/AppRequestControllerTest.php index 6d179845f..5aeb64d8b 100644 --- a/community_server/tests/TestCase/Controller/AppRequestControllerTest.php +++ b/community_server/tests/TestCase/Controller/AppRequestControllerTest.php @@ -205,6 +205,12 @@ class AppRequestControllerTest extends TestCase "transaction_id": 7, "date": "2021-04-14T09:02:28+00:00", "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, "type": "receive", "pubkey": "0000000000000000000000000000000000000000000000000000000000000000", @@ -231,6 +237,12 @@ class AppRequestControllerTest extends TestCase "transaction_id": 9, "date": "2021-04-14T09:31:28+00:00", "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, "type": "receive", "pubkey": "0000000000000000000000000000000000000000000000000000000000000000",