Skip to content

Commit a6e9ddf

Browse files
committed
update expected version in verify
1 parent 5a3144f commit a6e9ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/r/r4.4-rspm/verify

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ library('digest')
33

44
# Fail if version is not 4.0
55
print(version)
6-
if (!(version$major == "4" && as.double(version$minor) >= 0 && as.double(version$minor) < 1)) {
6+
if (!(version$major == "4" && as.double(version$minor) >= 4 && as.double(version$minor) < 5)) {
77
quit("yes", 1)
88
}
99

0 commit comments

Comments
 (0)