From fdf95b1734dff70d435fb9e76219ffaf3dc07b85 Mon Sep 17 00:00:00 2001 From: Alex Liberzon Date: Wed, 20 Mar 2024 22:44:49 +0200 Subject: [PATCH] updated path to tests/test_cavity --- tests/test_pyptv_batch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_pyptv_batch.py b/tests/test_pyptv_batch.py index d78a928..ee258a2 100644 --- a/tests/test_pyptv_batch.py +++ b/tests/test_pyptv_batch.py @@ -3,4 +3,4 @@ def test_pyptv_batch(): # assert cli.cli() == 'CLI template' - pyptv_batch.main('./test_cavity', 10000, 10004) + pyptv_batch.main('./tests/test_cavity', 10000, 10004)