Skip to content

Commit 3d64c26

Browse files
Terfeffigies
andauthored
Update nipype/interfaces/tests/test_r.py
Co-authored-by: Chris Markiewicz <[email protected]>
1 parent f72b510 commit 3d64c26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/tests/test_r.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def test_cmdline(tmp_path):
3838
def test_r_init():
3939
default_script_file = clean_workspace_and_get_default_script_file()
4040

41-
assert r.RCommand._cmd == "R"
41+
assert r.RCommand._cmd == r.get_r_command()
4242
assert r.RCommand.input_spec == r.RInputSpec
4343

4444
assert r.RCommand().cmd == r_cmd

0 commit comments

Comments
 (0)