Skip to content

Commit

Permalink
Merge branch 'shiny_extensions_alternative' of github.com:m7pr/logger…
Browse files Browse the repository at this point in the history
… into pr155
  • Loading branch information
daroczig committed Aug 6, 2024
2 parents d1c7642 + fe2eccf commit 42fce7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-CRANSKIP-hooks.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ test_that('log_warnings', {
})

test_that('log_errors', {
expect_snapshot({
expect_snapshot({
writeLines(eval_outside("log_errors()", 'stop(42)'))
writeLines(eval_outside("log_errors()", 'foobar'))
writeLines(eval_outside("log_errors()", 'f<-function(x) {42 * "foobar"}; f()'))
Expand Down

0 comments on commit 42fce7e

Please sign in to comment.