Skip to content

Commit

Permalink
fix verbose message in autotest_single_trace
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Sep 8, 2022
1 parent 43949cc commit 845895a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: autotest
Title: Automatic Package Testing
Version: 0.0.2.205
Version: 0.0.2.206
Authors@R: c(
person("Mark", "Padgham", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2172-5265")),
Expand Down
2 changes: 1 addition & 1 deletion R/autotest-functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ autotest_single_trace <- function (package,
reports <- rbind (reports, test_param_documentation (test_obj))

if (!quiet) {
message (cli::col_green (cli::symbol$tick, " ", this_fn))
message (cli::col_green (cli::symbol$tick, " ", trace_data$fn_name))
}

if (!is.null (reports)) {
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"codeRepository": "https://github.com/ropensci-review-tools/autotest",
"issueTracker": "https://github.com/ropensci-review-tools/autotest/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.0.2.205",
"version": "0.0.2.206",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down

0 comments on commit 845895a

Please sign in to comment.