From 0acb8a7a398ff881a474e9f636be6a0e62fff4b3 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 29 Mar 2023 13:12:23 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- pydra/engine/tests/test_submitter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pydra/engine/tests/test_submitter.py b/pydra/engine/tests/test_submitter.py index 376d0dde4..12d208242 100644 --- a/pydra/engine/tests/test_submitter.py +++ b/pydra/engine/tests/test_submitter.py @@ -319,7 +319,7 @@ def test_slurm_args_3(tmpdir): @need_slurm def test_slurm_args_4(tmpdir): """testing sbatch_args provided to the submitter - test should pass when valid output sbatch_args is provided + test should pass when valid output sbatch_args is provided """ task = sleep_add_one(x=1) task.cache_dir = tmpdir