Skip to content

Commit

Permalink
suppress redundant warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau committed Dec 24, 2024
1 parent f83c26e commit 98959c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/aws/test-aws_bad_args.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ tar_test("aws_parquet format returns data frames", {
eval(as.call(list(`tar_script`, expr, ask = FALSE)))
expect_silent(tar_manifest(callr_function = NULL))
expect_error(
tar_make(callr_function = NULL),
suppressWarnings(tar_make(callr_function = NULL)),
class = "tar_condition_run"
)
})

0 comments on commit 98959c0

Please sign in to comment.