Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Polkas committed Oct 27, 2023
1 parent 40f100f commit f4399ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-cat2cat_ml.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ testthat::test_that("cat2cat_ml_run", {
testthat::expect_equal(res, res2)
testthat::expect_s3_class(res, c("cat2cat_ml_run", "list"))
testthat::expect_output(print(res), "Selected prediction stats:")
testthat::expect_output(print(res), "Percent of failed knn ml models: 32")
testthat::expect_output(print(res), "Percent of failed knn ml models:")
})

testthat::test_that("cat2cat_ml_run wrong direction", {
Expand Down

0 comments on commit f4399ea

Please sign in to comment.