context("Fake Test - repeated text")
test_that("Fake test with same text repeated [MRGVAL-TEST-0098]", {
str <- "Fake test with same text repeated"
expect_true(is.character(str))
})
test_that("Fake test with same text repeated [MRGVAL-TEST-0098]", {
str <- "Fake test with same text repeated"
expect_true(is.character(str))
})
test_that("Fake test with same text repeated 2 [MRGVAL-TEST-0099]", {
str <- "Fake test with same text repeated 2"
expect_true(is.character(str))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.