Skip to content

Commit

Permalink
Update test_unit.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mraniki authored Oct 1, 2023
1 parent 93459a9 commit 54838cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_unit.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 54838cf

Please sign in to comment.