Skip to content

Commit

Permalink
correct message output (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbarbone committed Dec 3, 2023
1 parent 07867d4 commit c484c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-verbose.R
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ test_that("verbose.fill works", {
expect_message(
verbose("one\ntwo"),
class = "verboseMessage",
regexp = "[verbose] one\n[verbose] two",
regexp = "<verboseMessage> one\n<verboseMessage> two",
fixed = TRUE
)
})
Expand Down

0 comments on commit c484c07

Please sign in to comment.