Skip to content

Commit

Permalink
Update tests/testthat/test-adverb-auto-browse.R
Browse files Browse the repository at this point in the history
  • Loading branch information
lionel- authored Aug 15, 2024
1 parent 545f6e4 commit b25596c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-adverb-auto-browse.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
test_that("auto_browse() not intended for primitive functions", {
expect_snapshot(auto_browse(log)(NULL), error = TRUE)
expect_snapshot(auto_browse(identity)(NULL))
expect_no_error(auto_browse(identity)(NULL))
})

0 comments on commit b25596c

Please sign in to comment.