Skip to content

Commit

Permalink
Fix bad link
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke committed Sep 9, 2022
1 parent 2b08cc9 commit 75584be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/app-driver.R
Original file line number Diff line number Diff line change
Expand Up @@ -994,8 +994,8 @@ AppDriver <- R6Class( # nolint
#' snapshot, and return either `TRUE` or `FALSE`.
#'
#' `compare` defaults to a function that wraps around
#' [`compare_screenshot_threshold(old, new, threshold = threshold,
#' kernel_size = kernel_size, quiet = quiet)`]. Note: if `threshold` is
#' `compare_screenshot_threshold(old, new, threshold = threshold,
#' kernel_size = kernel_size, quiet = quiet)`. Note: if `threshold` is
#' `NULL` (default), `compare` will behave as if
#' [`testthat::compare_file_binary()`] was provided, comparing the two
#' images byte-by-byte.
Expand Down
3 changes: 1 addition & 2 deletions man/AppDriver.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 75584be

Please sign in to comment.