We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c525729 commit ede36a4Copy full SHA for ede36a4
tests/testthat/test-qenv_get_code.R
@@ -1,6 +1,6 @@
1
pasten <<- function(...) paste(..., collapse = "\n")
2
3
-testthat::test_that("get_code returns empty character if no code", {
+testthat::test_that("get_code returns character of length 0 if no code", {
4
expect_identical(get_code(qenv()), "")
5
})
6
0 commit comments