Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Oct 11, 2024
1 parent 57d8ffb commit 21ace76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-data_read.R
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ test_that("data_read - no warning for RData", {
withr::with_tempfile("temp_file", fileext = ".RData", code = {
data(mtcars)
save(mtcars, file = temp_file)
expect_silent(data_read(temp_file, verbose = FALSE, trust = TRUE))
expect_silent(data_read(temp_file, verbose = FALSE))
})
})

Expand Down

0 comments on commit 21ace76

Please sign in to comment.