Skip to content

Commit b43c73b

Browse files
use later version
1 parent 4e0a285 commit b43c73b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-conda.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ if (!on_cran()) {
192192
expect_match(version_precommit(), "[0-9]+\\.[0-9]+\\.[0-9]+")
193193
} else {
194194
uninstall_precommit(scope = "user", ask = "none", root = ".")
195-
version <- "3.2.0" # TODO make this automaticly the last version
195+
version <- "3.3.2" # TODO make this automaticly the last version
196196
reticulate::conda_install("r-precommit", paste0("pre-commit==", version))
197197
expect_equal(version_precommit(), version)
198198
expect_invisible(update_precommit(), 0)

0 commit comments

Comments
 (0)