diff --git a/tests/test_cli.py b/tests/test_cli.py index 4ad99c3..88a9b7c 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -37,7 +37,7 @@ def test_app(outpath: str | bool): f"{outpath}", ], ) - elif not outpath: + else: result = runner.invoke( app, ["calculate-voltages", "tests/data/raw_data.csv"] )