Skip to content

Commit 9002290

Browse files
committed
Fix typo
1 parent de6d62d commit 9002290

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

R/reporter-junit.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ classnameOK <- function(text) {
1515
#'
1616
#' To fit into the jUnit structure, `context()` becomes the `<testsuite>`
1717
#' name as well as the base of the `<testcase> classname`. The
18-
#' `test_that()`` name becomes the rest of the `<testcase> classname`.
18+
#' `test_that()` name becomes the rest of the `<testcase> classname`.
1919
#' The deparsed `expect_that()` call becomes the `<testcase>` name.
2020
#' On failure, the message goes into the `<failure>` node message
2121
#' argument (first line only) and into its text content (full message).

man/JunitReporter.Rd

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)