From 40383369d2c41a189a21f6bb0e522e88b6bfa0fe Mon Sep 17 00:00:00 2001 From: Joshua Teves Date: Mon, 5 Dec 2022 14:36:17 -0500 Subject: [PATCH] Fix CLI test --- tedana/tests/test_integration.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tedana/tests/test_integration.py b/tedana/tests/test_integration.py index 5b16f075f..8593b408b 100644 --- a/tedana/tests/test_integration.py +++ b/tedana/tests/test_integration.py @@ -194,6 +194,8 @@ def test_integration_three_echo(skip_integration): "14.5", "38.5", "62.5", + "-t", + "minimal", "--out-dir", out_dir_manual, "--debug",