diff --git a/tests/test_unit_format_basic.py b/tests/test_unit_format_basic.py index 4ecafa8..8e8671e 100644 --- a/tests/test_unit_format_basic.py +++ b/tests/test_unit_format_basic.py @@ -24,7 +24,7 @@ def fmo(): @pytest.fixture def order_basic(): """return valid order""" - return "Sell ETH" + return "Short ETH" @pytest.fixture