Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
purplesmoke05 committed Nov 28, 2023
1 parent e1c9180 commit 99cba48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def test_normal_1(self, client, db):
# request target API
req_param = {
"cancellation_date": "20221231",
"dividends": 345.57,
"dividends": 345.67,
"dividend_record_date": "20211231",
"dividend_payment_date": "20211231",
"tradable_exchange_contract_address": "0xe883A6f441Ad5682d37DF31d34fc012bcB07A740",
Expand Down

0 comments on commit 99cba48

Please sign in to comment.