Unverified Commit 65349b41 authored by James Lamb's avatar James Lamb Committed by GitHub
Browse files

[R-package] fix typo in linear learner test (#4109)

parent 6ad3e6e9
......@@ -1883,7 +1883,7 @@ test_that("lgb.train() works with linear learners when Dataset has categorical f
, metric = "mse"
, seed = 0L
, num_leaves = 2L
, categorical_featurs = 1L
, categorical_features = 1L
)
dtrain <- .new_dataset()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment