From ee7027ff955f354616f8b3debe49131370602cff Mon Sep 17 00:00:00 2001 From: Filip Macek Date: Fri, 26 Apr 2024 18:48:09 +0200 Subject: [PATCH] fix test_instrument with recent from_raw_str Money change --- tests/unit_tests/model/test_instrument.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit_tests/model/test_instrument.py b/tests/unit_tests/model/test_instrument.py index 7dd6723e787d..38d7ed060d12 100644 --- a/tests/unit_tests/model/test_instrument.py +++ b/tests/unit_tests/model/test_instrument.py @@ -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",