Skip to content

Commit

Permalink
lintr.
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Jun 7, 2021
1 parent b385eac commit 48d5105
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 @@ -392,7 +392,7 @@ test_that("Configuration works", {
})

test_that("strict_shape works", {
n_rounds = 2
n_rounds <- 2

test_strict_shape <- function(bst, X, n_groups) {
predt <- predict(bst, X, strict_shape = TRUE)
Expand Down

0 comments on commit 48d5105

Please sign in to comment.