Skip to content

Commit

Permalink
test: #2605 nocov on file.edit
Browse files Browse the repository at this point in the history
  • Loading branch information
bms63 committed Dec 23, 2024
1 parent 15ea407 commit 6da51d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R/user_helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ use_ad_template <- function(adam_name = "adsl",
cli_inform(c(v = "File {.file {save_path}} has been created successfully"))
}

if (open) {
file.edit(save_path)
if (open) { #nocov
file.edit(save_path) #nocov
}

invisible(TRUE)
invisible(TRUE) #nocov
}

#' List All Available ADaM Templates
Expand Down

0 comments on commit 6da51d7

Please sign in to comment.