From 0056c89c20a9e5ec1ce13791cc5a34faa3e441ed Mon Sep 17 00:00:00 2001 From: german Date: Tue, 19 Mar 2024 19:52:43 +0000 Subject: [PATCH] Fixing pre-commit --- tests/test_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_cli.py b/tests/test_cli.py index e53b47c827..6a231c449d 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -54,7 +54,7 @@ def do_run(arguments=""): @requires("click") @requires("local") @requires("nostudent") -@pytest.mark.parametrize("start_instance", [None, True, False] ) +@pytest.mark.parametrize("start_instance", [None, True, False]) def test_launch_mapdl_cli(monkeypatch, run_cli, start_instance): if start_instance is not None: monkeypatch.setenv("PYMAPDL_START_INSTANCE", str(start_instance))