Skip to content

Commit 99596ce

Browse files
committed
fix arg name
1 parent 0d4878e commit 99596ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-extract-helpers.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ test_that("extract methods for resample_results objects", {
2424
recipes::step_normalize(recipes::all_numeric_predictors()))
2525
lm_rec_res <- fit_resamples(
2626
lm_rec_wflow,
27-
resamples = rsample::vfold_cv(mtcars, V = 2),
27+
resamples = rsample::vfold_cv(mtcars, v = 2),
2828
control = control_resamples(save_workflow = TRUE)
2929
)
3030

0 commit comments

Comments
 (0)