diff --git a/tests/testthat/test-demographics.R b/tests/testthat/test-demographics.R index 0937875..2776cdb 100644 --- a/tests/testthat/test-demographics.R +++ b/tests/testthat/test-demographics.R @@ -42,10 +42,10 @@ test_that("Demographics (categorical) work when strata is provided", { b[(missing_sex), N]) expect_snapshot_value(as.data.frame(actual_total), - tolerance = 1e-6, style = "json2") + tolerance = 1e-8, style = "json2") expect_snapshot_value(as.data.frame(actual_f), - tolerance = 1e-6, style = "json2") + tolerance = 1e-8, style = "json2") })