Skip to content

Commit 06858a2

Browse files
committed
fix tests
1 parent 112d2cb commit 06858a2

File tree

3 files changed

+100
-100
lines changed

3 files changed

+100
-100
lines changed

tests/testthat/test-qenv_eval_code.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ testthat::test_that("eval_code works with quoted code block", {
7676
})
7777

7878
testthat::test_that("eval_code fails with unquoted expression", {
79-
testthat::expect_error(eval_code(qenv(), a <- b), "object 'b' not found")
79+
testthat::expect_error(eval_code(qenv(), a <- b))
8080
})
8181

8282
testthat::test_that("an error when calling eval_code returns a qenv.error object which has message and trace", {

0 commit comments

Comments
 (0)