Skip to content

Commit

Permalink
Change test expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisLeNezet committed Oct 5, 2024
1 parent 0d4414a commit 1efc339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-generate_scales.R
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ test_that("generate with full scale", {
colors_aff = c("pink", "purple"), keep_full_scale = TRUE
)
expect_equal(fill(ped)$labels[c(1, 4)],
c("Healthy <= to 240 : [101,114]", NA)
c("Healthy <= to 240 : (128,141]", NA)
)
expect_equal(nrow(fill(ped)), 3)
})

0 comments on commit 1efc339

Please sign in to comment.