Skip to content

Commit

Permalink
increase tolerance for snapshot value in proportion_cluster_size test
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlambert committed Jan 25, 2024
1 parent 8c5261e commit 317ebf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-proportion_cluster_size.R
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ test_that("proportion_cluster_size works as expected for format_prop = FALSE", {
format_prop = FALSE
),
style = "json2",
tolerance = 0.01
tolerance = 0.1
)
})

Expand Down

0 comments on commit 317ebf7

Please sign in to comment.