Skip to content

Commit

Permalink
Need to clean up temp file in test
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Aug 28, 2024
1 parent 4187384 commit ee8e4cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-deps.R
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ test_that("empty fields are accepted during normalization", {
expect_equal(x$get("Depends"), c(Depends = ""))

file <- tempfile("desc-")
on.exit(unlink(file), add = TRUE)
x$write(file)
d <- desc(file)

Expand Down

0 comments on commit ee8e4cc

Please sign in to comment.