Skip to content

Commit d83fd10

Browse files
committed
Fix more test related with R version
1 parent 80e561a commit d83fd10

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
@@ -8,7 +8,7 @@
88

99

1010
@pytest.mark.parametrize(
11-
"runtime_version, expected", [("", "4.2"), ("3.6", "3.6"), ("3.5.1", "3.5")]
11+
"runtime_version, expected", [("", "4.4"), ("3.6", "3.6"), ("3.5.1", "3.5")]
1212
)
1313
def test_version_specification(tmpdir, runtime_version, expected, base_image):
1414
tmpdir.chdir()

0 commit comments

Comments
 (0)