Skip to content

Commit

Permalink
fix system.filte call
Browse files Browse the repository at this point in the history
  • Loading branch information
zsigmas committed Sep 18, 2024
1 parent 5abcd77 commit 64b1706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test_qc_pkg.R
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ archive_folder <- file.path(root, "snaps_archive")
if (!dir.exists(archive_folder)) dir.create(archive_folder)

if (!success[["test"]]) {
snap_folder <- system.file("tests/testthat/_snaps")
snap_folder <- system.file("tests/testthat/_snaps", package = pkg_name, mustWork = TRUE)
file.copy(snap_folder, archive_folder, recursive = TRUE)
}

Expand Down

0 comments on commit 64b1706

Please sign in to comment.