Skip to content

Commit 1536c09

Browse files
committed
test: improved test naming
1 parent fade66a commit 1536c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/exchange/test_exchange.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1187,7 +1187,7 @@ def test__dry_is_price_crossed_without_orderbook_support(default_conf, mocker):
11871187
(False, False, "sell", 1.0, "open", None, 0, None),
11881188
],
11891189
)
1190-
def test_check_dry_limit_order_filled_parametrized(
1190+
def test_check_dry_limit_order_filled(
11911191
default_conf,
11921192
mocker,
11931193
crossed,

0 commit comments

Comments
 (0)