From e9f6daa5506506a811868ec35f0bf59dbce678eb Mon Sep 17 00:00:00 2001 From: Filip Macek Date: Fri, 26 Apr 2024 21:17:37 +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..f62b935a0997 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",