Skip to content

Commit e64d1a7

Browse files
committed
Fix column name for linear reg test
1 parent d0cced3 commit e64d1a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test_linear_reg_spark.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ test_that('spark execution', {
2828
fit(
2929
linear_reg() %>% set_engine("spark"),
3030
control = ctrl,
31-
Sepal_Length ~ .,
31+
compounds ~ .,
3232
data = hpc_linreg_tr
3333
),
3434
regexp = NA

0 commit comments

Comments
 (0)