From 54838cf777fd43326a7bcfa67540dbe67c1b97e9 Mon Sep 17 00:00:00 2001 From: mraniki <8766259+mraniki@users.noreply.github.com> Date: Sun, 1 Oct 2023 19:17:22 +0200 Subject: [PATCH] Update test_unit.py --- tests/test_unit.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_unit.py b/tests/test_unit.py index 900ceec7..1b4b2425 100644 --- a/tests/test_unit.py +++ b/tests/test_unit.py @@ -51,8 +51,8 @@ def result_order(): @pytest.fixture def ignore_order(): - """return valid order""" - return "buy US500" + """return order to ignore""" + return "buy DOGE" @pytest.fixture