Skip to content

Commit 07bd404

Browse files
authored
fix: change order of parametric test
1 parent f927d9e commit 07bd404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templateflow/conf/tests/test_conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def test_conf_init(monkeypatch, tmp_path, capsys, use_datalad):
5555
assert str(tfc.TF_HOME) == str(home)
5656

5757

58-
@pytest.mark.parametrize('use_datalad', ['off', 'on'])
58+
@pytest.mark.parametrize('use_datalad', ['on', 'off'])
5959
def test_setup_home(monkeypatch, tmp_path, capsys, use_datalad):
6060
"""Check the correct functioning of the installation hook."""
6161
home = (tmp_path / '-'.join(('tf', 'dl', use_datalad))).resolve()

0 commit comments

Comments
 (0)