Skip to content

Commit

Permalink
use smaller threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
maxheld83 committed Sep 11, 2024
1 parent 53a8f49 commit 2d89f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-shiny2screenshot.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describe("get_screenshot_from_app", {
name = name,
compare = purrr::partial(
shinytest2::compare_screenshot_threshold,
threshold = 200
threshold = 99
)
)
}
Expand Down

0 comments on commit 2d89f47

Please sign in to comment.