Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Dec 16, 2022
1 parent 890677f commit f533993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-check_file_exists.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ test_that("use", {
filename <- tempfile()
file.create(filename)
expect_true(file.exists(filename))
expect_silent(get_example_filename())
expect_silent(filename)
file.remove(filename)
expect_false(file.exists(filename))
expect_error(check_file_exists(filename))
Expand Down

0 comments on commit f533993

Please sign in to comment.