Skip to content

Commit ede36a4

Browse files
committed
Improve wording
1 parent c525729 commit ede36a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-qenv_get_code.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pasten <<- function(...) paste(..., collapse = "\n")
22

3-
testthat::test_that("get_code returns empty character if no code", {
3+
testthat::test_that("get_code returns character of length 0 if no code", {
44
expect_identical(get_code(qenv()), "")
55
})
66

0 commit comments

Comments
 (0)