From 751db2be7809d9bc2578543cc709426557c48a4a Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 5 Nov 2023 16:35:49 +0100 Subject: [PATCH] fix: test typo mishap --- tests/commands/test_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/commands/test_commands.py b/tests/commands/test_commands.py index c88205b52..7698740a5 100644 --- a/tests/commands/test_commands.py +++ b/tests/commands/test_commands.py @@ -1515,7 +1515,7 @@ def test_backtesting_show(mocker, testdatadir, capsys): def test_start_convert_db(fee, tmp_path): db_src_file = tmp_path / "db.sqlite" db_from = f"sqlite:///{db_src_file}" - db_target_file = tmp_path / "/db_target.sqlite" + db_target_file = tmp_path / "db_target.sqlite" db_to = f"sqlite:///{db_target_file}" args = [ "convert-db",