Skip to content

Commit 1d9a063

Browse files
pi314xxeroc
authored andcommitted
Update test_transactions.py
auto_disable_time
1 parent eb5a742 commit 1d9a063

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/test_transactions.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1126,10 +1126,10 @@ def test_credit_offer_create(self):
11261126
"asset_type": "1.3.0",
11271127
"balance": 10000,
11281128
"fee_rate": 1,
1129-
"max_duration_seconds": 10000,
1129+
"max_duration_seconds": 43200,
11301130
"min_deal_amount": 1000,
11311131
"enabled": False,
1132-
"auto_disable_time": 1000,
1132+
"auto_disable_time": "2024-01-01T00:00:00",
11331133
"acceptable_collateral":
11341134
[[
11351135
"1.3.5589",
@@ -1177,7 +1177,7 @@ def test_credit_offer_update(self):
11771177
"max_duration_seconds": 1000,
11781178
"min_deal_amount": 10,
11791179
"enabled": True,
1180-
"auto_disable_time": False,
1180+
"auto_disable_time": "2024-01-01T00:00:00",
11811181
"acceptable_collateral":
11821182
[[
11831183
"1.3.5589",

0 commit comments

Comments
 (0)