From 56113bfffab1d07e8d66cd299e3da902675945bc Mon Sep 17 00:00:00 2001 From: mraniki <8766259+mraniki@users.noreply.github.com> Date: Sat, 6 Jul 2024 13:51:59 +0200 Subject: [PATCH] test: update test_unit_format_basic.py --- tests/test_unit_format_basic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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