Skip to content

Commit

Permalink
Uncomment report_sample() tests
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Mar 27, 2023
1 parent 9716c6a commit 542cb6f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/testthat/test-report_sample.R
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ test_that("report_sample digits", {
)
})

# test_that("report_sample weights", {
# expect_snapshot(report_sample(airquality, weights = "Temp"))
# expect_snapshot(report_sample(mtcars, weights = "carb"))
# expect_snapshot(report_sample(iris, weights = "Petal.Width"))
# })
test_that("report_sample weights", {
expect_snapshot(report_sample(airquality, weights = "Temp"))
expect_snapshot(report_sample(mtcars, weights = "carb"))
expect_snapshot(report_sample(iris, weights = "Petal.Width"))
})

0 comments on commit 542cb6f

Please sign in to comment.