Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Jul 2, 2024
1 parent 989d0ec commit c8cb2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-eval.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ test_that("ACTIONS_STEP_DEBUG forces log_warning and log_echo to TRUE", {
withr::local_envvar(ACTIONS_STEP_DEBUG = "true")
capture.output(expect_warning(evaluate("f()"), "abc"), type = "message")
})
expect_equal(out, "f()")
expect_equal(out, "f()\n")
})

test_that("data sets loaded", {
Expand Down

0 comments on commit c8cb2a1

Please sign in to comment.