Skip to content

Commit

Permalink
fix lintr
Browse files Browse the repository at this point in the history
  • Loading branch information
zkamvar committed Oct 29, 2024
1 parent d6994d5 commit 2b50fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-hub-connection.R
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ test_that("connect_hub returns empty list when model output folder is empty", {
hub_path <- s3_bucket("hubverse/hubutils/testhubs/empty/")
suppressWarnings({
suppressMessages({
expect_message(hub_con <- connect_hub(hub_path, skip_checks = TRUE),
expect_message(hub_con <- connect_hub(hub_path, skip_checks = TRUE),
"superseded URL"
)
})
Expand Down

0 comments on commit 2b50fef

Please # to comment.