We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ac39fa commit c1d29d5Copy full SHA for c1d29d5
tests/testthat/test_lgr.R
@@ -24,5 +24,5 @@ test_that("log to text file", {
24
expect_true(any(startsWith(lines, "INFO")))
25
expect_true(any(startsWith(lines, "DEBUG")))
26
expect_match(lines, "'iris'", fixed = TRUE, all = FALSE)
27
- expect_match(lines, "'classif.featureless'", lines, fixed = TRUE, all = FALSE)
+ expect_match(lines, "'classif.featureless'", fixed = TRUE, all = FALSE)
28
})
0 commit comments