Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikBengtsson committed Jul 27, 2024
1 parent a1ef202 commit c07ae77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/QDNAseq.R
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ for (name in names(sets)) {
message(sprintf(" File(s) written: [n=%d] %s",
length(file), paste(sQuote(file), collapse = ", ")))
stopifnot(all(file_test("-f", file)))
if (do_cleanup) {f
if (do_cleanup) {
file.remove(file)
stopifnot(!any(file_test("-f", file)))
}
Expand Down

0 comments on commit c07ae77

Please sign in to comment.