Skip to content

Commit 9d0bce9

Browse files
committed
Tweak message
1 parent 42c7ed0 commit 9d0bce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/test-that.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ test_code <- function(code, env, reporter = NULL, skip_on_empty = TRUE) {
169169
expectation = handle_expectation,
170170
packageNotFoundError = function(e) {
171171
if (on_cran()) {
172-
skip(paste0(e$package, " is not installed."))
172+
skip(paste0("{", e$package, "} is not installed."))
173173
}
174174
},
175175
skip = handle_skip,

0 commit comments

Comments
 (0)