Skip to content

Commit

Permalink
fix test_instrument with recent from_raw_str Money change
Browse files Browse the repository at this point in the history
  • Loading branch information
filipmacek committed Apr 26, 2024
1 parent 7b4d0a5 commit ee7027f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/model/test_instrument.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def test_crypto_perpetual_instrument_to_dict(self):
"size_increment": "1",
"max_quantity": None,
"min_quantity": None,
"max_notional": "10_000_000.00 USD",
'max_notional': '10000000.00 USD',
"min_notional": "1.00 USD",
"max_price": "1000000.0",
"min_price": "0.5",
Expand Down

0 comments on commit ee7027f

Please sign in to comment.