Update src/mlpack/bindings/R/mlpack/tests/testthat/test-R_binding.R

This commit is contained in:
James J Balamuta
2024-04-23 12:38:11 -07:00
committed by GitHub
parent aeac9cd9b0
commit 4dc080f0ca
@@ -325,7 +325,7 @@ test_that("TestVerbose", {
# Test that we get no output when verbose output is disabled.
test_that("TestNotVerbose", {
expect_silent(output1 <- test_r_binding(4.0, 12, "hello",
expect_silent(test_r_binding(4.0, 12, "hello",
build_model=TRUE))
})