Skip to content

Commit

Permalink
Update src/mlpack/bindings/R/mlpack/tests/testthat/test-R_binding.R
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed Apr 23, 2024
1 parent aeac9cd commit 4dc080f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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))
})

Expand Down

0 comments on commit 4dc080f

Please sign in to comment.