Skip to content

Commit

Permalink
[R-package] fix typo in linear learner test (#4109)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb authored Mar 25, 2021
1 parent 6ad3e6e commit 65349b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R-package/tests/testthat/test_basic.R
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 65349b4

Please sign in to comment.