Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan-agarwal-coinbase committed Nov 26, 2024
1 parent 9e0e3be commit ec7bea4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_fund_operation.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ def test_fund_operation_properties(fund_operation_factory):
assert fund_operation.fiat_amount.amount == Decimal("100")
assert fund_operation.buy_fee["amount"] == "1"
assert fund_operation.transfer_fee.amount == Decimal("0.01")
assert fund_operation.status.value == "complete"
assert isinstance(fund_operation.asset, Asset)


Expand Down

0 comments on commit ec7bea4

Please sign in to comment.