Skip to content

Commit

Permalink
lower min file size or OS-agnostic test
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisholbrook committed Sep 5, 2024
1 parent 544e747 commit a48ee7f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/testthat/test-detection_bubble_plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@ test_that("detection_bubble_plot works", {
expect_true(file.exists(temp_png))

# Check if expected and actual file sizes
expect_equal(
expect_gt(
file.size(temp_png),
17226,
tolerance = 0.005
5000
)

# check returned value
Expand Down

0 comments on commit a48ee7f

Please sign in to comment.