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 56be9fb commit 0f2942dCopy full SHA for 0f2942d
tests/testthat/test-new-blog-post.R
@@ -14,6 +14,8 @@ test_that("Create a blog post", {
14
setwd(dir_path)
15
withr::defer(setwd(current_dir), envir = rlang::current_env())
16
17
+ Sys.setenv(FULLNAME="Max Kuhn")
18
+
19
# ------------------------------------------------------------------------------
20
21
post_1 <- new_blog_post("Intro to Felt Surrogacy", date = "March 25, 2010",
0 commit comments