Remove unused argument
This commit is contained in:
@@ -900,7 +900,7 @@ TESTS = [
|
|||||||
|
|
||||||
|
|
||||||
@pytest.mark.parametrize("data", TESTS)
|
@pytest.mark.parametrize("data", TESTS)
|
||||||
def test_backtest_results(default_conf, fee, mocker, caplog, data: BTContainer) -> None:
|
def test_backtest_results(default_conf, mocker, caplog, data: BTContainer) -> None:
|
||||||
"""
|
"""
|
||||||
run functional tests
|
run functional tests
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user