Skip to content

Commit

Permalink
Fixing pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
german committed Mar 19, 2024
1 parent 90c5bcd commit 0056c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 0056c89

Please sign in to comment.