Skip to content

Commit e2aefcf

Browse files
committed
Update test to match new default R version
1 parent 54636c6 commit e2aefcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_r.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def test_unsupported_version(tmpdir):
2222

2323

2424
@pytest.mark.parametrize(
25-
"runtime_version, expected", [("", "3.6"), ("3.6", "3.6"), ("3.5.1", "3.5")]
25+
"runtime_version, expected", [("", "4.1"), ("3.6", "3.6"), ("3.5.1", "3.5")]
2626
)
2727
def test_version_specification(tmpdir, runtime_version, expected):
2828
tmpdir.chdir()

0 commit comments

Comments
 (0)