Skip to content

Commit 084382a

Browse files
committed
adjust description in test
1 parent a84f2bc commit 084382a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-qenv_extract.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ testthat::test_that("`[.` subsets environment and code to specified object names
3030
testthat::expect_true(all(ls(get_env(qs)) %in% object_names))
3131
})
3232

33-
testthat::test_that("`[.` extract proper code", {
33+
testthat::test_that("`[.` extracts the code only needed to recreate objects passed through 'names'", {
3434
q <- qenv()
3535
code <- c("x<-1", "a<-1;b<-2")
3636
q <- eval_code(q, code)

0 commit comments

Comments
 (0)