From bf27cd871b7fb663a76818f66ea0a5f9bf09f444 Mon Sep 17 00:00:00 2001 From: Athos Damiani Date: Fri, 15 Jan 2021 17:59:37 -0300 Subject: [PATCH] small fix --- tests/testthat/test-lightgbm.R | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/testthat/test-lightgbm.R b/tests/testthat/test-lightgbm.R index 8cf2bc3..1309ffa 100644 --- a/tests/testthat/test-lightgbm.R +++ b/tests/testthat/test-lightgbm.R @@ -18,7 +18,6 @@ test_that('lightgbm alternate objective', { info <- jsonlite::fromJSON(lightgbm::lgb.dump(lgb_fit$fit)) expect_equal(info$objective, "huber") - expect_all_modes_works(spec, 'lightgbm') }) test_that("lightgbm with tune", {