Skip to content
This repository was archived by the owner on May 4, 2026. It is now read-only.

Commit 5203202

Browse files
authored
Update test_r_functionality.R
1 parent fed5b26 commit 5203202

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/testthat/test_r_functionality.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ test_that("effect size helpers print expected summaries", {
188188
wilcox_obj <- list(p.value = 0.04, data.name = "Sample")
189189
expect_output(rFromWilcox(wilcox_obj, 20), "Effect Size")
190190
expect_output(rFromWilcoxAdjusted(wilcox_obj, 20, 2), "Effect Size")
191-
expect_output(rFromNPAV(0.02, 30), "\\effectsize")
191+
expect_output(rFromNPAV(0.02, 30), "\effectsize{-0.425}, Z=-2.33")
192192
})
193193

194194

0 commit comments

Comments
 (0)