Skip to content

Commit

Permalink
Merge branch 'main' into 25-add-generic-plot-method-for-weights
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeJSeo authored Aug 17, 2023
2 parents 8a74740 + 410fdba commit 325dc0b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/testthat/test-matching.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
test_that("ess_footnote_text works", {
expect_equal(
ess_footnote_text(width = 100),
paste0(
"An ESS reduction up to ~60% is not unexpected based on the 2021 survey of NICE's technology\n",
"appraisals (https://onlinelibrary.wiley.com/doi/full/10.1002/jrsm.1511), whereas a reduction of\n",
">75% is less common and it may be considered sub optimal."
)
)
})

0 comments on commit 325dc0b

Please sign in to comment.