Skip to content

Commit

Permalink
Fix failing test comparing functions
Browse files Browse the repository at this point in the history
  • Loading branch information
edelarua committed Oct 3, 2023
1 parent b20a4f3 commit af9d349
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/testthat/test-utils_default_stats_formats_labels.R
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ testthat::test_that("summary_formats works as expected", {
result <- summary_formats(type = "counts", include_pval = TRUE)
testthat::expect_true(all(result[c("n", "count", "n_blq")] == "xx."))
testthat::expect_identical(result[["pval_counts"]], "x.xxxx | (<0.0001)")
expect_identical(result[["count_fraction"]], format_count_fraction)
})

testthat::test_that("summary_labels works as expected", {
Expand Down

0 comments on commit af9d349

Please sign in to comment.