Skip to content

Commit

Permalink
Improve test description
Browse files Browse the repository at this point in the history
Co-authored-by: Winston Chang <[email protected]>
  • Loading branch information
zeehio and wch authored Apr 17, 2023
1 parent f1bbd73 commit 21814fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-clone.R
Original file line number Diff line number Diff line change
Expand Up @@ -1077,7 +1077,7 @@ test_that("Cloning inherited methods for non-portable classes", {
expect_identical(a$x, 3)
})

test_that("Unknown environments are not copied nor $-inspected", {
test_that("In deep_clone(), don't try to clone non-R6 objects", {

`$.asdfasdf` <- function(x, value) {
stop("error")
Expand Down

0 comments on commit 21814fe

Please sign in to comment.