Skip to content

Commit 4b592bd

Browse files
committed
Fail more quietly here
1 parent 2d9d734 commit 4b592bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/helper.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## attempt to activate a project, which is nice during development
2-
try(proj_set("."))
2+
tryCatch(proj_set("."), error = function(e) NULL)
33

44
## If session temp directory appears to be, or be within, a project, there
55
## will be large scale, spurious test failures.

0 commit comments

Comments
 (0)