Skip to content

Commit ea0bcc7

Browse files
authored
Update test_backtests.py
1 parent 17b047c commit ea0bcc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_backtests.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,8 @@ async def test_list_backtests_with_invalid_args(self):
243243
@pytest.mark.parametrize(
244244
'language, algo',
245245
[
246-
('Py', 'algorithms/runtime_error.py'),
247-
('C#', 'algorithms/RuntimeError.cs')
246+
('Py', 'runtime_error.py'),
247+
('C#', 'RuntimeError.cs')
248248
]
249249
)
250250
async def test_list_backtests_with_runtime_error(self, language, algo):

0 commit comments

Comments
 (0)