Skip to content

Commit

Permalink
last fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Melkiades committed Nov 6, 2024
1 parent c8a7e42 commit bba6778
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-utils_default_stats_formats_labels.R
Original file line number Diff line number Diff line change
Expand Up @@ -212,11 +212,11 @@ testthat::test_that("summary_formats works as expected", {
})

testthat::test_that("summary_labels works as expected", {
testthat::expect_warning(result <- summary_labels())
result <- summary_labels()
res <- testthat::expect_silent(result)
testthat::expect_snapshot(res)

testthat::expect_warning(result <- summary_labels(type = "counts", include_pval = TRUE))
result <- summary_labels(type = "counts", include_pval = TRUE)
res <- testthat::expect_silent(result)
testthat::expect_snapshot(res)
})

0 comments on commit bba6778

Please sign in to comment.