Skip to content

Commit

Permalink
Update test_transactions.py
Browse files Browse the repository at this point in the history
auto_disable_time
  • Loading branch information
pi314x authored and xeroc committed Nov 23, 2023
1 parent eb5a742 commit 1d9a063
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_transactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -1126,10 +1126,10 @@ def test_credit_offer_create(self):
"asset_type": "1.3.0",
"balance": 10000,
"fee_rate": 1,
"max_duration_seconds": 10000,
"max_duration_seconds": 43200,
"min_deal_amount": 1000,
"enabled": False,
"auto_disable_time": 1000,
"auto_disable_time": "2024-01-01T00:00:00",
"acceptable_collateral":
[[
"1.3.5589",
Expand Down Expand Up @@ -1177,7 +1177,7 @@ def test_credit_offer_update(self):
"max_duration_seconds": 1000,
"min_deal_amount": 10,
"enabled": True,
"auto_disable_time": False,
"auto_disable_time": "2024-01-01T00:00:00",
"acceptable_collateral":
[[
"1.3.5589",
Expand Down

0 comments on commit 1d9a063

Please sign in to comment.