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 4dc080f commit 7275f7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ test_that("TestSerialization", {

# Make sure that the verbose argument does anything at all.
test_that("TestVerbose", {
expect_output(output1 <- test_r_binding(4.0, 12, "hello",
expect_output(test_r_binding(4.0, 12, "hello",
build_model=TRUE,
verbose=TRUE))
})
Expand Down

0 comments on commit 7275f7d

Please sign in to comment.