Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
edelarua committed Jul 25, 2024
1 parent 2b295d9 commit cc90397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-utils_default_stats_formats_labels.R
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ testthat::test_that("get_labels_from_stats works as expected", {
res <- testthat::expect_silent(get_labels_from_stats(sts))
testthat::expect_snapshot(res)

testthat::expect_identical(get_labels_from_stats(c("nothing", "n"))[["nothing"]], "")
testthat::expect_identical(get_labels_from_stats(c("nothing", "n"))[["nothing"]], "nothing")

testthat::expect_identical(
get_labels_from_stats(c("nothing", "unique"))[["unique"]],
Expand Down

0 comments on commit cc90397

Please sign in to comment.