Skip to content

Commit c1d29d5

Browse files
committed
...
1 parent 7ac39fa commit c1d29d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test_lgr.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ test_that("log to text file", {
2424
expect_true(any(startsWith(lines, "INFO")))
2525
expect_true(any(startsWith(lines, "DEBUG")))
2626
expect_match(lines, "'iris'", fixed = TRUE, all = FALSE)
27-
expect_match(lines, "'classif.featureless'", lines, fixed = TRUE, all = FALSE)
27+
expect_match(lines, "'classif.featureless'", fixed = TRUE, all = FALSE)
2828
})

0 commit comments

Comments
 (0)